共用方式為


DashStyles.Solid 屬性

定義

取得具有空白 DashStyle 屬性的 Dashes

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

屬性值

DashStyle

沒有虛線的虛線序列。

備註

這個屬性會產生實線,相當於不定義虛線序列。

下圖顯示套用至底線的不同虛線樣式範例。

顯示數種不同的虛線樣式。

XAML Attribute Usage

<object 屬性 =「{ DashStyles.Solid }」/>

適用於