RibbonControlService.GetFocusedBackground(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata FocusedBackground per un oggetto.

public:
 static System::Windows::Media::Brush ^ GetFocusedBackground(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.Brush GetFocusedBackground (System.Windows.DependencyObject element);
static member GetFocusedBackground : System.Windows.DependencyObject -> System.Windows.Media.Brush
Public Shared Function GetFocusedBackground (element As DependencyObject) As Brush

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Il valore della proprietà FocusedBackground dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a