Compartir a través de


AdornerColors.SelectionFrameFillBrush (Propiedad)

Obtiene el pincel de relleno para el marco de selección que se usa en los controles.

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

Valor de propiedad

Tipo: System.Windows.Media.Brush
Brush que representa el pincel de relleno estándar para el marco de selección 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