Class OpacityTransition
public class OpacityTransition : TransitionBase, ITransition
- Inheritance
-
OpacityTransition
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
OpacityTransition()
public OpacityTransition()
Properties
EndOpacity
public double EndOpacity { get; set; }
Property Value
StartOpacity
public double StartOpacity { get; set; }
Property Value
Methods
BeginCurrent(UIElement, Action)
用于切换页面 显示
public override void BeginCurrent(UIElement element, Action complate = null)
Parameters
BeginPrevious(UIElement, Action)
用于切换页面 隐藏
public override void BeginPrevious(UIElement element, Action complate = null)