Compartir a través de


AdornerColors.SelectionFrameFillColor (Propiedad)

Obtiene el color 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 SelectionFrameFillColor As Color
    Get
public static Color SelectionFrameFillColor { get; }
public:
static property Color SelectionFrameFillColor {
    Color get ();
}
static member SelectionFrameFillColor : Color
static function get SelectionFrameFillColor () : Color

Valor de propiedad

Tipo: System.Windows.Media.Color
Color que representa el color 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