DashStyles.DashDotDot Propiedad

Definición

Obtiene un DashStyle objeto con una Dashes propiedad igual a 2, 2, 20, , 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

Valor de propiedad

Secuencia de guiones de 2, 2, 0, 2, 0, . 2

Comentarios

En la ilustración siguiente se muestran ejemplos de diferentes estilos de guion aplicados a un subrayado.

Muestra varios estilos de guiones diferentes.

Uso de atributos XAML

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

Se aplica a