Class CircleWipe
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
原型过度效果
public class CircleWipe : ITransitionWipe
- Inheritance
-
CircleWipe
- Implements
- Inherited Members
- Extension Methods
Properties
Duration
public TimeSpan Duration { get; set; }
Property Value
MidTime
public TimeSpan MidTime { get; set; }
Property Value
PointOriginType
public PointOriginType PointOriginType { get; set; }
Property Value
StartTime
public TimeSpan StartTime { 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