DesignerOptions.ShowGrid Property

Definition

Gets or sets a value that enables or disables the grid in the designer.

public:
 virtual property bool ShowGrid { bool get(); void set(bool value); };
public virtual bool ShowGrid { get; set; }
member this.ShowGrid : bool with get, set
Public Overridable Property ShowGrid As Boolean

Property Value

true if the grid is enabled; otherwise, false. The default is true.

Applies to

See also