DashStyles.DashDot プロパティ

定義

2, 2, 0, 2 に等しい Dashes プロパティが設定された DashStyle を取得します。

public:
 static property System::Windows::Media::DashStyle ^ DashDot { System::Windows::Media::DashStyle ^ get(); };
public static System.Windows.Media.DashStyle DashDot { get; }
member this.DashDot : System.Windows.Media.DashStyle
Public Shared ReadOnly Property DashDot As DashStyle

プロパティ値

DashStyle

2、202 のダッシュ シーケンス。

注釈

次の図は、下線に適用されるさまざまなダッシュ スタイルの例を示しています。

複数の異なるダッシュ スタイルを表示します。

XAML 属性の使用方法

<object property ="{ DashStyles.DashDot}"/>

適用対象