Specifies the type of the ticks in a Slider control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum TickType |
Visual Basic
Copy Code
|
|---|
Public Enum TickType |
Members| 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. |
Remarks
See Also