Visual Basic (Declaration) | |
---|---|
Overrides Public Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override AnnRectangle Bounds {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property AnnRectangle get_Bounds()override ; public: __property void set_Bounds( AnnRectangle value )override ; |
C++/CLI | |
---|---|
public: property AnnRectangle Bounds override { AnnRectangle get(); void set (AnnRectangle value); } |
Return Value
The bounding rectangle for this AnnTextRollupObject object.For an example, refer to AnnTextRollupObject.
The AnnTextRollupObject class overrides this property to return the original
bounding rectangle, if this object is expanded. If this object is not expanded, the bounding
rectangle is shrunk to fit only one line of text. To expand or roll up this object, set the Expanded property.
For more information, refer to Using Text in Annotation Object.
For more information, refer to Using Text in Annotation Object.
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