'Declaration Public Shared Function GetRowSelectorStyle( _ ByVal obj As DependencyObject _ ) As Style
'Usage Dim obj As DependencyObject Dim value As Style value = RowSelector.GetRowSelectorStyle(obj)
public static Style GetRowSelectorStyle( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
The Style that will be applied to row selectors.