NativeRectangleLeft Property
Gets or sets the x-coordinate of the upper-left 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 Left { get; set; }
Public Property Left As Integer
Get
Set
Dim instance As NativeRectangle
Dim value As Integer
value = instance.Left
instance.Left = value
public:
property int Left {
int get ();
void set (int value);
}
member Left : 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 upper-left corner of the rectangle.