Click or drag to resize

ScrollBarBase Properties

LightningChart .NET Help

The ScrollBarBase type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets or sets whether dragging by user is allowed.
(Inherited from DraggableObject.)
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.)
Public propertyBackgroundFill
Background fill
Public propertyBorder
Border around the bar
Public propertyButtonOptions
Button options
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
Is scrollbar enabled or not
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(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
Is scrollbar listening to key presses or not
Public propertyKeyControlFocus
Key control focus rectangle line style.
Public propertyLargeChange
Large change
Public propertyMaximum
Maximum value
Public propertyMinimum
Minimum value
Public propertyOffset
Offset from position set by Alignment property
Public propertyRepeatIntervalMs
Repeat interval when user interactive device primary button is kept down, in milliseconds
Public propertyScrollBoxOptions
Scroll box options
Public propertySize
Size.
Public propertySmallChange
Small change
Public propertyValue
Value
Public propertyWheelChange
User interactive device wheel change. Increment or decrement when wheel has scrolled over the scroll bar.
Public propertyVisible
Is scrollbar visible or not
Top
See Also