ParentControlDesigner.GridSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size of each square of the grid that is drawn when the designer is in grid draw mode.
protected:
property System::Drawing::Size GridSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
protected System.Drawing.Size GridSize { get; set; }
member this.GridSize : System.Drawing.Size with get, set
Protected Property GridSize As Size
Property Value
A Size that represents the size of each square of the grid drawn on a form or user control.
Exceptions
Size is outside the allowed range for GridSize. The default minimum value is 2, and the default maximum value is 200.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.