Gets the x-coordinate of the right edge of this
AnnRectangle structure.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Right As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnRectangle
Dim value As Single
value = instance.Right
|
C# | |
---|
public float Right {get;} |
Managed Extensions for C++ | |
---|
public: __property float get_Right(); |
C++/CLI | |
---|
public:
property float Right {
float get();
} |
Return Value
The x-coordinate of the right edge of this
AnnRectangle structure.
Remarks
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