Table of Contents

Class ScaleGeomotryTransition

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

Constructors

ScaleGeomotryTransition()

public ScaleGeomotryTransition()

Properties

Geometry

public Geometry Geometry { get; set; }

Property Value

Geometry

PointOriginType

public PointOriginType PointOriginType { get; set; }

Property Value

PointOriginType

StartTime

public double StartTime { get; set; }

Property Value

double

Methods

BeginCurrent(UIElement, Action)

用于切换页面 显示

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

Parameters

element UIElement
complate Action

BeginHidden(UIElement, Action)

用于加载页面 隐藏

public override void BeginHidden(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