Table of Contents

Class DelayStackPanel

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll

用于加载时延时布局

public class DelayStackPanel : StackPanel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IScrollInfo
Inheritance
DelayStackPanel
Implements
Inherited Members
Extension Methods

Fields

DispatcherPriorityProperty

public static readonly DependencyProperty DispatcherPriorityProperty

Field Value

DependencyProperty

Properties

DispatcherPriority

public DispatcherPriority DispatcherPriority { get; set; }

Property Value

DispatcherPriority

Methods

ArrangeOverride(Size)

Arranges the content of a StackPanel element.

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

The Size that this element should use to arrange its child elements.

Returns

Size

The Size that represents the arranged size of this StackPanel element and its child elements.