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