AutomationProperties.FlowsFromProperty Property

Definition

Gets the identifier for the FlowsFrom attached property, which is an array of automation elements that suggests the reading order before the current automation element.

public:
 static property DependencyProperty ^ FlowsFromProperty { DependencyProperty ^ get(); };
static DependencyProperty FlowsFromProperty();
public static DependencyProperty FlowsFromProperty { get; }
var dependencyProperty = AutomationProperties.flowsFromProperty;
Public Shared ReadOnly Property FlowsFromProperty As DependencyProperty

Property Value

The identifier for the FlowsFrom attached property.

Remarks

The FlowsFrom property specifies the reading order when automation elements are not exposed or structured in the same reading order as perceived by the user. While the FlowsFrom property can specify multiple preceding elements, it typically contains only the prior element in the reading order.

Applies to