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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewDrawTrackTicks(
	ViewDrawTrackBar drawTrackBar,
	bool topRight
)

Parameters

drawTrackBar
Type: Internal.ComponentFactory.Krypton.ToolkitViewDrawTrackBar
Reference to owning track bar.
topRight
Type: SystemBoolean
Showing ticks to the top/right or bottom/left.
See Also