ArrangeState Class
public class ArrangeState
- Inheritance:
- object object
Constructors
ArrangeState(UIElement, bool, bool)
Initializes an instance of the class.
public ArrangeState(UIElement element, bool leaving, bool layoutChanged)
| Parameter | Type | Description |
|---|---|---|
| element | UIElement | The element associated with the state. |
| leaving | bool | if set to |
| layoutChanged | bool | if set to |
Properties
Angle
An optional angle of the element.
ArrangeFromPoint
An optional point from which an element should start a move animation.
public Point? ArrangeFromPoint { get; set; }
Property Value
- Point?
ArrangeRect
The arrange rectangle of the element.
public Rect ArrangeRect { get; set; }
Property Value
- Rect
ArrangeStatus
The current arrange status of the element.
Opacity
An optional opacity of the element.
PreviousAngle
The previous angle of the element.
PreviousArrangeRect
The previous rectangle of the element.
public Rect PreviousArrangeRect { get; set; }
Property Value
- Rect
PreviousOpacity
The previous opacity of the element.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()