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