DashStyles.DashDot 属性

定义

获取一个DashStyleDashes属性等于 2,, 202

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

属性值

2短划线序列, 202

注解

下图显示了应用于下划线的不同短划线样式的示例。

显示多个不同的短划线样式。

XAML 属性用法

< object属性 =“{ DashStyles.DashDot}”/>

适用于