Class SwtichTransitioner
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
[TemplatePart(Name = "PART_TransitionerSlide_Old")]
[TemplatePart(Name = "PART_TransitionerSlide_New")]
public class SwtichTransitioner : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IZIndexController
- Inheritance
-
SwtichTransitioner
- Implements
- Inherited Members
- Extension Methods
Fields
CurrentContentProperty
public static readonly DependencyProperty CurrentContentProperty
Field Value
DefaultTransitionOriginProperty
public static readonly DependencyProperty DefaultTransitionOriginProperty
Field Value
ITransitionWipeProperty
public static readonly DependencyProperty ITransitionWipeProperty
Field Value
NewContentProperty
public static readonly DependencyProperty NewContentProperty
Field Value
OldContentProperty
public static readonly DependencyProperty OldContentProperty
Field Value
Properties
CurrentContent
public object CurrentContent { get; set; }
Property Value
DefaultTransitionOrigin
public Point DefaultTransitionOrigin { get; set; }
Property Value
ITransitionWipe
public ITransitionWipe ITransitionWipe { get; set; }
Property Value
NewContent
public object NewContent { get; set; }
Property Value
OldContent
public object OldContent { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()