Click or drag to resize

SliderTickCount Property

Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int TickCount { get; set; }

Property Value

Type: Int32
See Also