DashStyles.DashDotDot Proprietà

Definizione

Ottiene un DashStyle oggetto con una Dashes proprietà uguale a 2, 2, 02, , 0, 2.

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

Valore della proprietà

Sequenza trattino di 2, 2, 02, , 0, 2.

Commenti

La figura seguente mostra esempi di stili trattini diversi applicati a una sottolineatura.

Mostra diversi stili trattini.

Utilizzo degli attributi XAML

< objectproperty ="{ DashStyles.DashDotDot}"/>

Si applica a