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