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