Table of Contents

Class AngleTransition

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

Constructors

AngleTransition()

public AngleTransition()

Properties

EndAngle

public double EndAngle { get; set; }

Property Value

double

StartAngle

public double StartAngle { 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