Table of Contents

Class SkewTransition

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll
public class SkewTransition : OpacityTransition, ITransition
Inheritance
SkewTransition
Implements
Inherited Members
Extension Methods

Properties

EndAngleX

public double EndAngleX { get; set; }

Property Value

double

EndAngleY

public double EndAngleY { get; set; }

Property Value

double

StartAngleX

public double StartAngleX { get; set; }

Property Value

double

StartAngleY

public double StartAngleY { get; set; }

Property Value

double

Methods

BeginCurrent(UIElement, Action)

用于切换页面 显示

public override void BeginCurrent(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action

BeginPrevious(UIElement, Action)

用于切换页面 隐藏

public override void BeginPrevious(UIElement element, Action complate = null)

Parameters

element UIElement
complate Action