Gets or sets a value specifying the size of this
AnnRectangleControlPoint.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property Size As AnnSize |
C# | |
---|
public virtual AnnSize Size {get; set;} |
Managed Extensions for C++ | |
---|
public: __property virtual AnnSize get_Size();
public: __property virtual void set_Size(
AnnSize value
); |
Return Value
An
AnnSize value specifying the size of this
AnnRectangleControlPoint.
Example
Requirements
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
See Also