RibbonControlService.GetCheckedBackground(DependencyObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il valore della proprietà associata CheckedBackground per un oggetto.
public:
static System::Windows::Media::Brush ^ GetCheckedBackground(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.Brush GetCheckedBackground (System.Windows.DependencyObject element);
static member GetCheckedBackground : System.Windows.DependencyObject -> System.Windows.Media.Brush
Public Shared Function GetCheckedBackground (element As DependencyObject) As Brush
Parametri
- element
- DependencyObject
Oggetto da cui viene letto il valore della proprietà.
Restituisce
Il valore della proprietà CheckedBackground dell'oggetto.
Eccezioni
Il valore specificato per il parametro element
è null
.