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