Table of Contents

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

DependencyProperty

DefaultTransitionOriginProperty

public static readonly DependencyProperty DefaultTransitionOriginProperty

Field Value

DependencyProperty

ITransitionWipeProperty

public static readonly DependencyProperty ITransitionWipeProperty

Field Value

DependencyProperty

NewContentProperty

public static readonly DependencyProperty NewContentProperty

Field Value

DependencyProperty

OldContentProperty

public static readonly DependencyProperty OldContentProperty

Field Value

DependencyProperty

Properties

CurrentContent

public object CurrentContent { get; set; }

Property Value

object

DefaultTransitionOrigin

public Point DefaultTransitionOrigin { get; set; }

Property Value

Point

ITransitionWipe

public ITransitionWipe ITransitionWipe { get; set; }

Property Value

ITransitionWipe

NewContent

public object NewContent { get; set; }

Property Value

object

OldContent

public object OldContent { get; set; }

Property Value

object

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()