Class DragDecorator
Inheritance
System.Object
DragDecorator
Namespace: Telerik.UI.Xaml.Controls.DragDrop
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DragDecorator : ContentControl
Constructors
DragDecorator()
Declaration
public DragDecorator()
Fields
DragVisualOffsetProperty
Declaration
public static readonly DependencyProperty DragVisualOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EffectsProperty
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RelativeStartPointProperty
Declaration
public static readonly DependencyProperty RelativeStartPointProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ReverseZoomTransformProperty
Declaration
public static readonly DependencyProperty ReverseZoomTransformProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
UseDefaultCursorsProperty
Declaration
public static readonly DependencyProperty UseDefaultCursorsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DragVisualOffset
Declaration
public Point DragVisualOffset { get; set; }
Property Value
|
Windows.Foundation.Point
|
Effects
RelativeStartPoint
Declaration
public Point RelativeStartPoint { get; set; }
Property Value
|
Windows.Foundation.Point
|
ReverseZoomTransform
Declaration
public Transform ReverseZoomTransform { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Transform
|
UseDefaultCursors
Declaration
public bool UseDefaultCursors { get; set; }
Property Value
|
System.Boolean
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()