RibbonControlService.SetCheckedBackground(DependencyObject, Brush) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété jointe CheckedBackground pour un objet.
public:
static void SetCheckedBackground(System::Windows::DependencyObject ^ element, System::Windows::Media::Brush ^ value);
public static void SetCheckedBackground (System.Windows.DependencyObject element, System.Windows.Media.Brush value);
static member SetCheckedBackground : System.Windows.DependencyObject * System.Windows.Media.Brush -> unit
Public Shared Sub SetCheckedBackground (element As DependencyObject, value As Brush)
Paramètres
- element
- DependencyObject
Objet sur lequel la propriété jointe est écrite.
- value
- Brush
Valeur à définir.
Exceptions
Le element
spécifié a la valeur null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.