NativeRectangleRight Property
Gets or sets the x-coordinate of the lower-right corner of the rectangle.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Right { get; set; }
Public Property Right As Integer
Get
Set
Dim instance As NativeRectangle
Dim value As Integer
value = instance.Right
instance.Right = value
public:
property int Right {
int get ();
void set (int value);
}
member Right : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The x-coordinate of the lower-right corner of the rectangle.