Table of Contents

Class SlideWipe

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class SlideWipe : ITransitionWipe
Inheritance
SlideWipe
Implements
Inherited Members
Extension Methods

Properties

Direction

Direction of the slide wipe

public SlideDirection Direction { get; set; }

Property Value

SlideDirection

Duration

Duration of the animation

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Methods

Wipe(TransitionerSlide, TransitionerSlide, Point, IZIndexController)

public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlide, Point origin, IZIndexController zIndexController)

Parameters

fromSlide TransitionerSlide
toSlide TransitionerSlide
origin Point
zIndexController IZIndexController