TextModifier.FlowDirection Egenskap

Definition

FlowDirection Hämtar för TextModifier.

public:
 abstract property System::Windows::FlowDirection FlowDirection { System::Windows::FlowDirection get(); };
public abstract System.Windows.FlowDirection FlowDirection { get; }
member this.FlowDirection : System.Windows.FlowDirection
Public MustOverride ReadOnly Property FlowDirection As FlowDirection

Egenskapsvärde

Ett värde av typen FlowDirection.

Kommentarer

FlowDirection anger riktningen för innehållsflödet för text- och användargränssnittselement (UI) och kan vara antingen LeftToRight eller RightToLeft.

Det här värdet ignoreras om inte egenskapen HasDirectionalEmbedding returnerar true.

Gäller för