Class RandomPanel
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
IntervalProperty
public static readonly DependencyProperty IntervalProperty
Field Value
Properties
Forever
public bool Forever { get; set; }
Property Value
Interval
public double Interval { 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.