Table of Contents

Class PathTransition

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

Properties

HidePathGeometry

public PathGeometry HidePathGeometry { get; set; }

Property Value

PathGeometry

PathGeometry

public PathGeometry PathGeometry { get; set; }

Property Value

PathGeometry

UseAngle

public bool UseAngle { get; set; }

Property Value

bool

VisblePathGeometry

public PathGeometry VisblePathGeometry { get; set; }

Property Value

PathGeometry

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