Class SkewTransition
public class SkewTransition : OpacityTransition, ITransition
- Inheritance
-
SkewTransition
- Implements
- Inherited Members
- Extension Methods
Properties
EndAngleX
public double EndAngleX { get; set; }
Property Value
EndAngleY
public double EndAngleY { get; set; }
Property Value
StartAngleX
public double StartAngleX { get; set; }
Property Value
StartAngleY
public double StartAngleY { 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)