HighlightModel.BeginScrollingInfo.BeginScrollingInfo C# (CSharp) Method

BeginScrollingInfo() public method

public BeginScrollingInfo ( double tickInterval, IHighlightableElement previousElement ) : System
tickInterval double
previousElement IHighlightableElement
return System
        public BeginScrollingInfo( double tickInterval, IHighlightableElement previousElement )
        {
            TickInterval = tickInterval;
            PreviousElement = previousElement;
        }
BeginScrollingInfo