Table of Contents
SideTickVisibility Enumeration

Specifies which side tick of a Slider or RangeSlider is kept visible.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum SideTickVisibility
Members
Member Name Description
Both Both minimum and maximum ticks are visible.
Min Only the tick representing the minimum value is visible.
Max Only the tick representing the maximum value is visible.
See Also