Partager via


AdornerColors.SelectionFrameBorderBrush, propriété

Obtient le pinceau utilisé pour le frame de sélection autour des contrôles.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property SelectionFrameBorderBrush As Brush
    Get
public static Brush SelectionFrameBorderBrush { get; }
public:
static property Brush^ SelectionFrameBorderBrush {
    Brush^ get ();
}
static member SelectionFrameBorderBrush : Brush
static function get SelectionFrameBorderBrush () : Brush

Valeur de propriété

Type : System.Windows.Media.Brush
Brush qui représente le pinceau standard pour le frame de sélection dans le Concepteur WPF.

Sécurité .NET Framework

Voir aussi

Référence

AdornerColors Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

AdornerFonts

PrimarySelectionAdornerProvider

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Procédure pas à pas : implémentation d'un rail à l'intérieur d'un contrôle

Architecture d'ornement