Class ImageOpacityMaskTransition
public class ImageOpacityMaskTransition : TransitionBase, ITransition
- Inheritance
-
ImageOpacityMaskTransition
- Implements
- Inherited Members
- Extension Methods
Constructors
ImageOpacityMaskTransition()
public ImageOpacityMaskTransition()
Properties
ImageSource
public ImageSource ImageSource { get; set; }
Property Value
IsSingle
public bool IsSingle { get; set; }
Property Value
PointOriginType
public PointOriginType PointOriginType { get; set; }
Property Value
ScaleValue
public double ScaleValue { get; set; }
Property Value
StartTime
public double StartTime { get; set; }
Property Value
TileMode
public TileMode TileMode { get; set; }
Property Value
Viewport
public Rect Viewport { get; set; }
Property Value
ViewportUnits
public BrushMappingMode ViewportUnits { get; set; }
Property Value
Methods
BeginCurrent(UIElement, Action)
用于切换页面 显示
public override void BeginCurrent(UIElement element, Action complate = null)
Parameters
BeginHidden(UIElement, Action)
用于加载页面 隐藏
public override void BeginHidden(UIElement element, Action complate = null)
Parameters
BeginPrevious(UIElement, Action)
用于切换页面 隐藏
public override void BeginPrevious(UIElement element, Action complate = null)