Class ScaleGeomotryTransition
public class ScaleGeomotryTransition : TransitionBase, ITransition
- Inheritance
-
ScaleGeomotryTransition
- Implements
- Inherited Members
- Extension Methods
Constructors
ScaleGeomotryTransition()
public ScaleGeomotryTransition()
Properties
Geometry
public Geometry Geometry { get; set; }
Property Value
PointOriginType
public PointOriginType PointOriginType { get; set; }
Property Value
StartTime
public double StartTime { get; set; }
Property Value
Methods
BeginCurrent(UIElement, Action)
用于切换页面 显示
public override void BeginCurrent(UIElement element, Action complate = null)
Parameters
BeginHidden(UIElement, Action)
用于加载页面 隐藏
public override void BeginHidden(UIElement element, Action complate = null)
Parameters
BeginPrevious(UIElement, Action)
用于切换页面 隐藏
public override void BeginPrevious(UIElement element, Action complate = null)