Table of Contents

Class RandomPanel

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public class RandomPanel : AnimationPanel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
RandomPanel
Implements
Inherited Members
Extension Methods

Constructors

RandomPanel()

public RandomPanel()

Fields

ForeverProperty

public static readonly DependencyProperty ForeverProperty

Field Value

DependencyProperty

IntervalProperty

public static readonly DependencyProperty IntervalProperty

Field Value

DependencyProperty

Properties

Forever

public bool Forever { get; set; }

Property Value

bool

Interval

public double Interval { get; set; }

Property Value

double

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.