Class TransitionBase
public abstract class TransitionBase : ITransition
- Inheritance
-
TransitionBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
TransitionBase()
public TransitionBase()
Properties
BeginTime
public double BeginTime { get; set; }
Property Value
Duration
public double Duration { set; }
Property Value
End
public double End { get; set; }
Property Value
FillBehavior
public FillBehavior FillBehavior { get; set; }
Property Value
HiddenOrCollapsed
public Visibility HiddenOrCollapsed { get; set; }
Property Value
HideDuration
public double HideDuration { get; set; }
Property Value
HideEasing
public EasingFunctionBase HideEasing { get; set; }
Property Value
RenderTransformOrigin
public Point RenderTransformOrigin { get; set; }
Property Value
Reverse
public bool Reverse { get; set; }
Property Value
Start
public double Start { get; set; }
Property Value
VisibleDuration
public double VisibleDuration { get; set; }
Property Value
VisibleEasing
public EasingFunctionBase VisibleEasing { get; set; }
Property Value
Methods
BeginCurrent(UIElement, Action)
用于切换页面 显示
public virtual void BeginCurrent(UIElement element, Action complate = null)
Parameters
BeginHidden(UIElement, Action)
用于加载页面 隐藏
public virtual void BeginHidden(UIElement element, Action complate = null)
Parameters
BeginPrevious(UIElement, Action)
用于切换页面 隐藏
public virtual void BeginPrevious(UIElement element, Action complate = null)
Parameters
BeginVisible(UIElement, Action)
用于加载页面 显示
public virtual void BeginVisible(UIElement element, Action complate = null)
Parameters
CanAnimation(UIElement)
protected bool CanAnimation(UIElement element)
Parameters
element
UIElement