Class PathTransition
public class PathTransition : OpacityTransition, ITransition
- Inheritance
-
PathTransition
- Implements
- Inherited Members
- Extension Methods
Properties
HidePathGeometry
public PathGeometry HidePathGeometry { get; set; }
Property Value
PathGeometry
public PathGeometry PathGeometry { get; set; }
Property Value
UseAngle
public bool UseAngle { get; set; }
Property Value
VisblePathGeometry
public PathGeometry VisblePathGeometry { get; set; }
Property Value
Methods
BeginCurrent(UIElement, Action)
用于切换页面 显示
public override void BeginCurrent(UIElement element, Action complate = null)
Parameters
BeginPrevious(UIElement, Action)
用于切换页面 隐藏
public override void BeginPrevious(UIElement element, Action complate = null)