Table of Contents

Class ScaleTransition

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

Properties

EndX

public double EndX { get; set; }

Property Value

double

EndY

public double EndY { get; set; }

Property Value

double

StartX

public double StartX { get; set; }

Property Value

double

StartY

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