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 AnnEncryptObject object.For an example, refer to AnnEncryptObject.
The AnnEncryptObject class overrides this property to ensure that the bounding rectangle cannot be changed if this AnnEncryptObject object is currently encrypted.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family