C# Class HighlightModel.ScrollingDirective

Object that defines the way the KeyScroller should travel through its elements tree.
Mostra file Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
ScrollingDirective ( ActionType nextActionType, ActionTime actionTime = HighlightModel.ActionTime.NextTick ) : System

Method Details

ScrollingDirective() public method

public ScrollingDirective ( ActionType nextActionType, ActionTime actionTime = HighlightModel.ActionTime.NextTick ) : System
nextActionType ActionType
actionTime ActionTime
return System