Click or drag to resize

VerticalScrollBar Properties

LightningChart .NET Help

The VerticalScrollBar type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Alignment.
Public propertyAllowDragging
Gets or sets if allow dragging by user. This is a dependency property.
(Inherited from DraggableObject.)
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.)
Public propertyBackgroundFill
Gets or sets background fill. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyBorder
Gets or sets border around the bar. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyButtonOptions
Gets or sets button options. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEnabled
Gets or sets if scrollbar is enabled or not. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyKeyControlEnabled
Gets or sets if scrollbar is listening to key presses or not. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyKeyControlFocus
Gets or sets key control focus rectangle line style. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyLargeChange
Gets or sets large change. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyMaximum
Gets or sets maximum value. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyMinimum
Gets or sets minimum value. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyOffset
Gets or sets offset from position set by Alignment property. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyRepeatIntervalMs
Gets or sets repeat interval when user interactive device primary button is kept down, in milliseconds. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyScrollThumbOptions
Gets or sets scroll box options. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertySize
Gets or sets size. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertySmallChange
Gets or sets small change. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyValue
Gets or sets value. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyWheelChange
Gets or sets user interactive device wheel change. Increment or decrement when wheel has scrolled over the scroll bar. This is a dependency property.
(Inherited from ScrollBarBase.)
Public propertyVisible
Gets or sets if scrollbar is visible or not. This is a dependency property.
(Inherited from ScrollBarBase.)
Top
See Also