MindFusion.Wpf Pack Programmer's Guide
TickType Enumeration
See Also
 





Specifies the type of the ticks in a Slider control.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  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

Values of this enumeration can be assigned to the TickType property of the Slider class.

 See Also

MindFusion.UI.Wpf Namespace