Specifies the type of the ticks in a Slider control.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum TickType |
Visual Basic
![]() |
---|
Public Enum TickType |
Member name | Description | |
---|---|---|
![]() |
Line |
Indicates that the ticks display only a line but no value. |
![]() |
Number |
Indicates that the ticks display only their corresponding value. |
![]() |
NumberAndLine |
Indicates that the ticks display both line and value. |