Class AnimationDecorator
- Namespace
- HeBianGu.Control.OutlookBar
- Assembly
- HeBianGu.Control.OutlookBar.dll
public class AnimationDecorator : Decorator, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
AnimationDecorator
- Implements
- Inherited Members
- Extension Methods
Constructors
AnimationDecorator()
public AnimationDecorator()
Fields
AnimateOnContentHeightChangedProperty
public static readonly DependencyProperty AnimateOnContentHeightChangedProperty
Field Value
AnimationOpacityProperty
public static readonly DependencyProperty AnimationOpacityProperty
Field Value
CanAnimateProperty
public static readonly DependencyProperty CanAnimateProperty
Field Value
DurationProperty
public static readonly DependencyProperty DurationProperty
Field Value
HeightAnimationProperty
public static readonly DependencyProperty HeightAnimationProperty
Field Value
IsExpandedProperty
public static readonly DependencyProperty IsExpandedProperty
Field Value
OpacityAnimationProperty
public static readonly DependencyProperty OpacityAnimationProperty
Field Value
YOffsetProperty
public static readonly DependencyProperty YOffsetProperty
Field Value
Properties
AnimateOnContentHeightChanged
public bool AnimateOnContentHeightChanged { get; set; }
Property Value
AnimationOpacity
Gets or sets the Opacity for animation. This dependency property can be used to modify the opacity of an outer control.
public double AnimationOpacity { get; set; }
Property Value
CanAnimate
public bool CanAnimate { get; set; }
Property Value
Duration
Gets or sets the duration for the animation.
public Duration Duration { get; set; }
Property Value
HeightAnimation
Specify whether to apply animation when IsExpanded is changed.
public DoubleAnimation HeightAnimation { get; set; }
Property Value
IsExpanded
Gets or sets whether the decorator is expanded or collapsed.
public bool IsExpanded { get; set; }
Property Value
OpacityAnimation
Specify whether to apply opactiy animation.
public bool OpacityAnimation { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Arranges the content of a Decorator element.
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Returns
IsExpandedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void IsExpandedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
MeasureOverride(Size)
Measures the child element of a Decorator to prepare for arranging it during the ArrangeOverride(Size) pass.
protected override Size MeasureOverride(Size constraint)