Compartir a través de


AdornerColors.HandleEmptyFillColor (Propiedad)

Obtiene el color de un controlador cuando no se puede cambiar de tamaño.

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AdornerColors Clase

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

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos