ClassDefaultSnapBehavior
Class
A class representing the behavior that is used to snap time during drag and resize operation.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class DefaultSnapBehavior : SnapBehavior, ISnapService
Inheritance: objectSnapBehaviorDefaultSnapBehavior
Implements:
Constructors
DefaultSnapBehavior()
Declaration
cs-api-definition
public DefaultSnapBehavior()
Methods
CreateInstanceCore()
Creates a new instance of the DefaultSnapBehavior.
Declaration
cs-api-definition
protected override Freezable CreateInstanceCore()
Returns
Freezable
The new instance.
SnapEnd(SnapData, DateTime)
Snaps the end.
SnapStart(SnapData, DateTime)
Snaps the start.