Class DelayStackPanel
用于加载时延时布局
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
Properties
DispatcherPriority
public DispatcherPriority DispatcherPriority { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Arranges the content of a StackPanel element.
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Returns
- Size
The Size that represents the arranged size of this StackPanel element and its child elements.