Compartir a través de


AdornerColors.HandleFillPressedBrush (Propiedad)

Obtiene un pincel para pintar el relleno de un controlador cuando se presiona.

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 HandleFillPressedBrush As Brush
    Get
public static Brush HandleFillPressedBrush { get; }
public:
static property Brush^ HandleFillPressedBrush {
    Brush^ get ();
}
static member HandleFillPressedBrush : Brush
static function get HandleFillPressedBrush () : Brush

Valor de propiedad

Tipo: System.Windows.Media.Brush
Brush que representa el pincel estándar para un controlador presionado 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