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