[BrowsableAttribute(true)]
public char CharTop { get; set; }
<BrowsableAttribute(true)>
Public Property CharTop As Char
Get
Set
Dim instance As ConsoleRectangle
Dim value As Char
value = instance.CharTop
instance.CharTop = value
public:
[BrowsableAttribute(true)]
property wchar_t CharTop {
wchar_t get ();
void set (wchar_t value);
}
[<BrowsableAttribute(true)>]
member CharTop : char with get, set
No code example is currently available or this language may not be supported.