Class TransitionAssist
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
附加属性
public static class TransitionAssist
- Inheritance
-
TransitionAssist
- Inherited Members
Fields
DisableTransitionsProperty
Allows transitions to be disabled where supported. Note this is an inheritable property.
public static readonly DependencyProperty DisableTransitionsProperty
Field Value
Methods
GetDisableTransitions(DependencyObject)
Allows transitions to be disabled where supported. Note this is an inheritable property.
public static bool GetDisableTransitions(DependencyObject element)
Parameters
element
DependencyObject
Returns
SetDisableTransitions(DependencyObject, bool)
Allows transitions to be disabled where supported. Note this is an inheritable property.
public static void SetDisableTransitions(DependencyObject element, bool value)
Parameters
element
DependencyObjectvalue
bool