AutomationProperties.FlowsToProperty Property

Definition

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

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

Property Value

The identifier for the "flows to" attached property.

Remarks

The FlowsTo 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 FlowsTo property can specify multiple succeeding elements, it typically contains only the next element in the reading order.

Applies to