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
OpeningEffectProperty
public static readonly DependencyProperty OpeningEffectProperty
Field Value
OpeningEffectsOffsetProperty
public static readonly DependencyProperty OpeningEffectsOffsetProperty
Field Value
RotateTransformPartName
public const string RotateTransformPartName = "PART_RotateTransform"
Field Value
ScaleTransformPartName
public const string ScaleTransformPartName = "PART_ScaleTransform"
Field Value
SkewTransformPartName
public const string SkewTransformPartName = "PART_SkewTransform"
Field Value
TranslateTransformPartName
public const string TranslateTransformPartName = "PART_TranslateTransform"
Field Value
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
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
OpeningEffectsOffset
Delay offset to be applied to all opening effect transitions.
public TimeSpan OpeningEffectsOffset { 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()
RunOpeningEffects()
protected virtual void RunOpeningEffects()