Class TransitionControlExtensions
Inheritance
System.Object
TransitionControlExtensions
Namespace: Telerik.Windows.Controls.Extensions
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class TransitionControlExtensions : Object
Fields
DirectionProperty
Declaration
public static readonly DependencyProperty DirectionProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetDirection(DependencyObject)
Declaration
public static FlowDirection GetDirection(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.FlowDirection
|
SetDirection(DependencyObject, FlowDirection)
Declaration
public static void SetDirection(DependencyObject obj, FlowDirection value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.FlowDirection
value
|