Class DragPanel
public class DragPanel : Panel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
DragPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
DragPanel()
public DragPanel()
Fields
AnimationMillisecondsProperty
public static readonly DependencyProperty AnimationMillisecondsProperty
Field Value
ItemSeparationProperty
public static readonly DependencyProperty ItemSeparationProperty
Field Value
ItemsHeightProperty
public static readonly DependencyProperty ItemsHeightProperty
Field Value
ItemsWidthProperty
public static readonly DependencyProperty ItemsWidthProperty
Field Value
SwapCommandProperty
public static readonly DependencyProperty SwapCommandProperty
Field Value
Properties
AnimationMilliseconds
public int AnimationMilliseconds { get; set; }
Property Value
ItemSeparation
public Thickness ItemSeparation { get; set; }
Property Value
ItemsHeight
public double ItemsHeight { get; set; }
Property Value
ItemsWidth
public double ItemsWidth { get; set; }
Property Value
SwapCommand
public ICommand SwapCommand { get; set; }
Property Value
_draggedElement
public UIElement _draggedElement { get; set; }
Property Value
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
SizeThe final area within the parent that this element should use to arrange itself and its children.
Returns
- Size
The actual size used.
GetParent(DependencyObject, Func<DependencyObject, bool>)
public static DependencyObject GetParent(DependencyObject o, Func<DependencyObject, bool> matchFunction)
Parameters
o
DependencyObjectmatchFunction
Func<DependencyObject, bool>
Returns
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
SizeThe available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available.
Returns
- Size
The size that this element determines it needs during layout, based on its calculations of child element sizes.