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