Compartir a través de


DesignerOptions.ShowGrid Propiedad

Definición

Obtiene o establece un valor que habilita o deshabilita la cuadrícula en el diseñador.

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

Valor de propiedad

Boolean

Es true si la cuadrícula está habilitada; de lo contrario, es false. De manera predeterminada, es true.

Se aplica a

Consulte también