Partager via


AdornerColors.RailFillBrush, propriété

Obtient le pinceau de remplissage pour les rails.

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

Valeur de propriété

Type : System.Windows.Media.Brush
Brush qui représente le pinceau standard pour les rails dans le Concepteur WPF.

Exemples

L'exemple de code suivant indique comment utiliser la classe AdornerColors pour affecter le Background d'un contrôle Slider à la couleur spécifiée par RailFillBrush. Pour plus d'informations, consultez Procédure pas à pas : implémentation d'un rail à l'intérieur d'un contrôle.

' Set the slider's background to the rail fill color.
skewSlider.Background = AdornerColors.RailFillBrush
// Set the slider's background to the rail fill color.
skewSlider.Background = AdornerColors.RailFillBrush;

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