Compartir a través de


AdornerColors.SelectionFrameBorderColor (Propiedad)

Obtiene el color que se utiliza para el marco de selección alrededor de 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 SelectionFrameBorderColor As Color
    Get
public static Color SelectionFrameBorderColor { get; }
public:
static property Color SelectionFrameBorderColor {
    Color get ();
}
static member SelectionFrameBorderColor : Color
static function get SelectionFrameBorderColor () : Color

Valor de propiedad

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