ComponentFactory.Krypton.Toolkit.ViewDrawTrackTicks.ViewDrawTrackTicks C# (CSharp) Method

ViewDrawTrackTicks() public method

Initialize a new instance of the ViewDrawTrackTicks class.
public ViewDrawTrackTicks ( ViewDrawTrackBar drawTrackBar, bool topRight ) : System
drawTrackBar ViewDrawTrackBar Reference to owning track bar.
topRight bool Showing ticks to the top/right or bottom/left.
return System
        public ViewDrawTrackTicks(ViewDrawTrackBar drawTrackBar, bool topRight)
        {
            _drawTrackBar = drawTrackBar;
            _topRight = topRight;
        }