Class ScrollBar
Provides attached properties for System.Windows.Controls.Primitives.ScrollBars.
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
ScrollBar
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetCurrentValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ScrollBar : DependencyObject
Fields
View SourceVisibilityModeProperty
Defines the System.Windows.DependencyProperty for SetVisibilityMode(DependencyObject, ScrollBarVisibilityMode).
Declaration
public static readonly DependencyProperty VisibilityModeProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Methods
View SourceGetVisibilityMode(DependencyObject)
Gets the System.Windows.Controls.Primitives.ScrollBar visibility mode.
Declaration
public static ScrollBarVisibilityMode GetVisibilityMode(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element. |
Returns
Type | Description |
---|---|
ScrollBarVisibilityMode |
See Also
View SourceSetVisibilityMode(DependencyObject, ScrollBarVisibilityMode)
Sets the System.Windows.Controls.Primitives.ScrollBar visibility mode.
Declaration
public static void SetVisibilityMode(DependencyObject element, ScrollBarVisibilityMode value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The element. |
ScrollBarVisibilityMode | value | The value. |
Extension Methods
See Also
System.Windows.DependencyObject