Table of Contents

Class TransitioningContentBase

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class TransitioningContentBase : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ITransitionEffectSubject
Inheritance
TransitioningContentBase
Implements
Derived
Inherited Members
Extension Methods

Fields

MatrixTransformPartName

public const string MatrixTransformPartName = "PART_MatrixTransform"

Field Value

string

OpeningEffectProperty

public static readonly DependencyProperty OpeningEffectProperty

Field Value

DependencyProperty

OpeningEffectsOffsetProperty

public static readonly DependencyProperty OpeningEffectsOffsetProperty

Field Value

DependencyProperty

RotateTransformPartName

public const string RotateTransformPartName = "PART_RotateTransform"

Field Value

string

ScaleTransformPartName

public const string ScaleTransformPartName = "PART_ScaleTransform"

Field Value

string

SkewTransformPartName

public const string SkewTransformPartName = "PART_SkewTransform"

Field Value

string

TranslateTransformPartName

public const string TranslateTransformPartName = "PART_TranslateTransform"

Field Value

string

Properties

OpeningEffect

Gets or sets the transition to run when the content is loaded and made visible.

[TypeConverter(typeof(TransitionEffectTypeConverter))]
public TransitionEffectBase OpeningEffect { get; set; }

Property Value

TransitionEffectBase

OpeningEffects

Allows multiple transition effects to be combined and run upon the content loading or being made visible.

public ObservableCollection<TransitionEffectBase> OpeningEffects { get; }

Property Value

ObservableCollection<TransitionEffectBase>

OpeningEffectsOffset

Delay offset to be applied to all opening effect transitions.

public TimeSpan OpeningEffectsOffset { get; set; }

Property Value

TimeSpan

Methods

OnApplyTemplate()

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

public override void OnApplyTemplate()

RunOpeningEffects()

protected virtual void RunOpeningEffects()