'Declaration
Public Shared Function GetBackground( _ ByVal obj As DependencyObject _ ) As Brush
'Usage
Dim obj As DependencyObject Dim value As Brush value = BackgroundGradientSuppressor.GetBackground(obj)
public static Brush GetBackground( DependencyObject obj )
public: static Brush^ GetBackground( DependencyObject^ obj )
Parameters
- obj