Table of Contents

Class DragPanel

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
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

DependencyProperty

ItemSeparationProperty

public static readonly DependencyProperty ItemSeparationProperty

Field Value

DependencyProperty

ItemsHeightProperty

public static readonly DependencyProperty ItemsHeightProperty

Field Value

DependencyProperty

ItemsWidthProperty

public static readonly DependencyProperty ItemsWidthProperty

Field Value

DependencyProperty

SwapCommandProperty

public static readonly DependencyProperty SwapCommandProperty

Field Value

DependencyProperty

Properties

AnimationMilliseconds

public int AnimationMilliseconds { get; set; }

Property Value

int

ItemSeparation

public Thickness ItemSeparation { get; set; }

Property Value

Thickness

ItemsHeight

public double ItemsHeight { get; set; }

Property Value

double

ItemsWidth

public double ItemsWidth { get; set; }

Property Value

double

SwapCommand

public ICommand SwapCommand { get; set; }

Property Value

ICommand

_draggedElement

public UIElement _draggedElement { get; set; }

Property Value

UIElement

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 Size

The 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 DependencyObject
matchFunction Func<DependencyObject, bool>

Returns

DependencyObject

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 Size

The 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.