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
Duration
Duration of the animation
public TimeSpan Duration { get; set; }
Property Value
Methods
Wipe(TransitionerSlide, TransitionerSlide, Point, IZIndexController)
public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlide, Point origin, IZIndexController zIndexController)
Parameters
fromSlide
TransitionerSlidetoSlide
TransitionerSlideorigin
PointzIndexController
IZIndexController