FormattedText.FlowDirection Property

Definition

Gets or sets the FlowDirection of a FormattedText object.

public:
 property System::Windows::FlowDirection FlowDirection { System::Windows::FlowDirection get(); void set(System::Windows::FlowDirection value); };
public System.Windows.FlowDirection FlowDirection { get; set; }
member this.FlowDirection : System.Windows.FlowDirection with get, set
Public Property FlowDirection As FlowDirection

Property Value

The FlowDirection of the formatted text.

Applies to