Table of Contents

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

DependencyProperty

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

bool

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 DependencyObject
value bool