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

属性值

true 如果已启用网格,则为否则,为 false. 默认值为 true

适用于

另请参阅