public bool IsCollapsed { get; set; }Public Property IsCollapsed As Boolean
Get
Setpublic:
virtual property bool IsCollapsed {
bool get () sealed;
void set (bool value) sealed;
}abstract IsCollapsed : bool with get, set
override IsCollapsed : bool with get, set