Class DragDecorator
A content control that display cursor based on what actions are available during a drag operation.
Inheritance
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragDecorator : ContentControl
Constructors
DragDecorator()
Fields
DragVisualOffsetProperty
Identifies the DragVisualOffset dependency property.
Declaration
public static readonly DependencyProperty DragVisualOffsetProperty
Field Value
|
System.Windows.DependencyProperty
|
EffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
|
System.Windows.DependencyProperty
|
RelativeStartPointProperty
Identifies the RelativeStartPoint dependency property.
Declaration
public static readonly DependencyProperty RelativeStartPointProperty
Field Value
|
System.Windows.DependencyProperty
|
ReverseZoomTransformProperty
Identifies the ReverseZoomTransform dependency property.
Declaration
public static readonly DependencyProperty ReverseZoomTransformProperty
Field Value
|
System.Windows.DependencyProperty
|
UseDefaultCursorsProperty
Identifies UseDefaultCursors dependency property.
Declaration
public static readonly DependencyProperty UseDefaultCursorsProperty
Field Value
|
System.Windows.DependencyProperty
|
Properties
DragVisualOffset
Gets or sets the offset at which DragVisual will render.
Declaration
public Point DragVisualOffset { get; set; }
Property Value
|
System.Windows.Point
|
Effects
Gets or sets the drag drop effects.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
|
System.Windows.DragDropEffects
|
RelativeStartPoint
Gets or sets the offset at which the Cursor will render.
Declaration
public Point RelativeStartPoint { get; set; }
Property Value
|
System.Windows.Point
|
ReverseZoomTransform
Gets or sets the transformation that should be applied on the Image element that shows different cursors. This property is used to remove the browser zooming.
Declaration
public Transform ReverseZoomTransform { get; set; }
Property Value
|
System.Windows.Media.Transform
|
UseDefaultCursors
Gets or sets whether drag operation should use the default cursors that are associated with drag-drop effects.
Declaration
public bool UseDefaultCursors { get; set; }
Property Value
|
System.Boolean
|
Methods
OnApplyTemplate()
Gets the presenter.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
|
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |