Visual Basic (Declaration) | |
---|---|
Public Overridable Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual AnnRectangle Bounds {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property virtual AnnRectangle get_Bounds(); public: __property virtual void set_Bounds( AnnRectangle value ); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family