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