[BrowsableAttribute(false)]
public int Top { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property Top As Integer
Get
Dim instance As ConsoleRectangle
Dim value As Integer
value = instance.Top
public:
[BrowsableAttribute(false)]
property int Top {
int get ();
}
[<BrowsableAttribute(false)>]
member Top : int with get
No code example is currently available or this language may not be supported.