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 です。

適用対象

こちらもご覧ください