Search
ModifyLabelController Members
Constructors Fields Methods
 


A controller that moves item labels.

The following tables list the members exposed by the ModifyLabelController type.

 Public Constructors

  Name Description

ModifyLabelController

Initializes a new instance of the ModifyLabelController class.

 Protected Fields

  Name Description

canceled

  (Inherited from BaseController.)

validated

  (Inherited from BaseController.)

 Public Methods

  Name Description

DisallowCursor

The cursor to display when interaction is not allowed. (Inherited from BaseController.)

DrawInteraction

Called on the current controller to let it draw an appropriate feedback for the current user action. (Inherited from BaseController.)

OnCancel

TouchController.OnCancel override.

OnTouchDown

TouchController.OnTouchDown override.

OnTouchMove

TouchController.OnTouchMove override.

OnTouchUp

TouchController.OnTouchUp override.

Validate

Called to validate the operation at current pointer position. (Inherited from BaseController.)

 See Also