Class TransitioningContentControl
Inheritance
System.Object
TransitioningContentControl
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TransitioningContentControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TransitioningContentControl()
Declaration
public TransitioningContentControl()
Fields
IsTransitioningProperty
RestartTransitionOnContentChangeProperty
Declaration
public static AutomationProperty RestartTransitionOnContentChangeProperty
Field Value
AutomationProperty
|
TransitionProperty
Properties
IsTransitioning
Declaration
public bool IsTransitioning { get; set; }
Property Value
System.Boolean
|
RestartTransitionOnContentChange
Declaration
public bool RestartTransitionOnContentChange { get; set; }
Property Value
System.Boolean
|
Transition
Declaration
public string Transition { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|