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