Compartir a través de


AdornerColors.GlyphFillColor (Propiedad)

Obtiene el color que se utiliza para el relleno de los glifos.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property GlyphFillColor As Color
    Get
public static Color GlyphFillColor { get; }
public:
static property Color GlyphFillColor {
    Color get ();
}
static member GlyphFillColor : Color
static function get GlyphFillColor () : Color

Valor de propiedad

Tipo: System.Windows.Media.Color
Color que representa el color estándar para los glifos en WPF Designer.

Seguridad de .NET Framework

Vea también

Referencia

AdornerColors Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

AdornerFonts

PrimarySelectionAdornerProvider

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Tutorial: Implementar un raíl en un control

Arquitectura de los adornos