Click or drag to resize

ViewDrawTrackTicks Constructor

Initialize a new instance of the ViewDrawTrackTicks class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ViewDrawTrackTicks(
	ViewDrawTrackBar drawTrackBar,
	bool topRight
)

Parameters

drawTrackBar  ViewDrawTrackBar
Reference to owning track bar.
topRight  Boolean
Showing ticks to the top/right or bottom/left.
See Also