DesignerOptions.ShowGrid 属性

定义

获取或设置一个值,该值指示启用或禁用设计器中的网格。

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

属性值

Boolean

如果启用网格,则为 true;否则为 false。 默认值为 true

适用于

另请参阅