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