AmbientTheme.GridStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワークフロー デザイン サーフェイスでのアンビエント グリッド スタイルを取得または設定します。
public:
virtual property System::Drawing::Drawing2D::DashStyle GridStyle { System::Drawing::Drawing2D::DashStyle get(); void set(System::Drawing::Drawing2D::DashStyle value); };
public virtual System.Drawing.Drawing2D.DashStyle GridStyle { get; set; }
member this.GridStyle : System.Drawing.Drawing2D.DashStyle with get, set
Public Overridable Property GridStyle As DashStyle
プロパティ値
グリッドの破線スタイルを表す DashStyle の値。 既定の設定は Dash です。