Condividi tramite


RibbonControlService.SetCheckedBackground(DependencyObject, Brush) Metodo

Definizione

Imposta il valore della proprietà associata CheckedBackground per un oggetto.

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)

Parametri

element
DependencyObject

Oggetto in cui viene scritta la proprietà associata.

value
Brush

Il valore da impostare.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a