DashStyles.DashDot 属性

定义

获取 Dashes 属性等于 2,2,0,2DashStyle

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

2202 的短划线序列。

注解

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

显示几种不同的破折号样式。

XAML 属性用法

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

适用于