GH_SliderBaseTicks Property |
Gets a list of all the tick offset x positions.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<int> Ticks { get; }
Public ReadOnly Property Ticks As List(Of Integer)
Get
Property Value
Type:
ListInt32[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.Ticks"]
See Also