'DeclarationPublic Shared Function GetAutoHideScrollBars( _ ByVal element As DependencyObject _ ) As Boolean
'UsageDim element As DependencyObject Dim value As Boolean value = ScrollViewerHelper.GetAutoHideScrollBars(element)
public static bool GetAutoHideScrollBars( DependencyObject element )
Parameters
- element