ViewDrawTrackTicks Constructor |
Initialize a new instance of the ViewDrawTrackTicks class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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