Freigeben über


FlowDirection Enumeration

Definition

Definiert Konstanten, die die Inhaltsflussrichtung für Text- und UI-Elemente angeben.

public enum class FlowDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FlowDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FlowDirection
Public Enum FlowDirection
Vererbung
FlowDirection
Attribute

Felder

LeftToRight 0

Gibt einen Inhaltsfluss von links nach rechts an.

RightToLeft 1

Gibt einen Inhaltsfluss von rechts nach links an.

Hinweise

Die FlowDirection-Enumeration wird von der FrameworkElement.FlowDirection-Eigenschaft als Wert verwendet. Der Standardwert lautet LeftToRight.

FrameworkElement.FlowDirection wird für Renderzwecke unterschiedlich interpretiert, je nachdem, welche FrameworkElement-Unterklasse als Inhalt oder als Container beteiligt ist. Weitere Informationen finden Sie unter FrameworkElement.FlowDirection.

Gilt für:

Weitere Informationen