Share via


ViewItem.FlowDirection Property

Gets the FlowDirection property of the view.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FlowDirection As FlowDirection
    Get
public abstract FlowDirection FlowDirection { get; }
public:
virtual property FlowDirection FlowDirection {
    FlowDirection get () abstract;
}
abstract FlowDirection : FlowDirection
abstract function get FlowDirection () : FlowDirection

Property Value

Type: System.Windows.FlowDirection
The FlowDirection value for the view.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace