Class DragDecorator
A content control that visually indicates what actions are available during a drag operation.
Inheritance
System.Object
DragDecorator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class DragDecorator : ContentControl
Constructors
| Improve this Doc View SourceDragDecorator()
Initializes a new instance of the DragDecorator.
Declaration
public DragDecorator()
Fields
| Improve this Doc View SourceEffectsProperty
Identifies the Effects dependency property.
Declaration
public static readonly DependencyProperty EffectsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IconPositionProperty
Identifies the icon position dependency property.
Declaration
public static readonly DependencyProperty IconPositionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceEffects
Gets or sets the drag drop effects.
Declaration
public DragDropEffects Effects { get; set; }
Property Value
Type | Description |
---|---|
DragDropEffects |
IconPosition
Gets or sets the icon position.
Declaration
public Point IconPosition { get; set; }
Property Value
Type | Description |
---|---|
Point |