Visual Basic (Declaration) | |
---|---|
Overrides Public Property Bounds As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override AnnRectangle Bounds {get; set;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family