FrameworkElement.FlowDirectionProperty Property

Definition

Identifies the FlowDirection  dependency property.

public:
 static property DependencyProperty ^ FlowDirectionProperty { DependencyProperty ^ get(); };
static DependencyProperty FlowDirectionProperty();
public static DependencyProperty FlowDirectionProperty { get; }
var dependencyProperty = FrameworkElement.flowDirectionProperty;
Public Shared ReadOnly Property FlowDirectionProperty As DependencyProperty

Property Value

The FlowDirection  dependency property identifier.

Applies to