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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.