RibbonControlService.GetPressedBorderBrush(DependencyObject) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wartość dołączonej PressedBorderBrush właściwości dla obiektu.
public:
static System::Windows::Media::Brush ^ GetPressedBorderBrush(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.Brush GetPressedBorderBrush (System.Windows.DependencyObject element);
static member GetPressedBorderBrush : System.Windows.DependencyObject -> System.Windows.Media.Brush
Public Shared Function GetPressedBorderBrush (element As DependencyObject) As Brush
Parametry
- element
- DependencyObject
Obiekt, z którego jest odczytywana wartość właściwości.
Zwraca
Wartość właściwości obiektu PressedBorderBrush .
Wyjątki
Określony element
parametr to null
.