SliderTickFrequency Property |
Gets or sets the hint for numeric value between each visual tick.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int TickFrequency { get; set; }
Public Property TickFrequency As Integer
Get
Set
member TickFrequency : int with get, set
Property Value
Type:
Int32The tick frequency.
Remarks
This is for visual representation only, unless the
SnapToTick is set to true.
See Also