'Declaration
Public Shared Function GetPressedBrush( _ ByVal element As FrameworkElement _ ) As Brush
'Usage
Dim element As FrameworkElement Dim value As Brush value = ClearStyleExtensions.GetPressedBrush(element)
public static Brush GetPressedBrush( FrameworkElement element )
public: static Brush^ GetPressedBrush( FrameworkElement^ element )
Parameters
- element
- The element which contains the attached property.