NativeRectangleTop Property
Gets or sets the y-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 Top { get; set; }
Public Property Top As Integer
Get
Set
Dim instance As NativeRectangle
Dim value As Integer
value = instance.Top
instance.Top = value
public:
property int Top {
int get ();
void set (int value);
}
member Top : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The y-coordinate of the upper-left corner of the rectangle.