public bool LeftToRight { get; set; }
Public Property LeftToRight As Boolean Get Set
public: property bool LeftToRight { bool get (); void set (bool value); }
member LeftToRight : bool with get, set
In This Article