Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.