Visual Basic (Declaration) | |
---|---|
Public Overridable Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual AnnRectangle Bounds {get; set;} |
C++/CLI | |
---|---|
public: virtual property AnnRectangle Bounds { AnnRectangle get(); void set (AnnRectangle value); } |
Return Value
The AnnRectangle structure that represents the bounds of the AnnContainer.For an example, refer to AnnContainer.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family