Freigeben über


ContentLayoutDirection Enumeration

Definition

Gibt die unterstützte Layoutrichtung für die Leserichtung und die Textausrichtung einer ContentSite-an.

public enum class ContentLayoutDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
enum class ContentLayoutDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
public enum ContentLayoutDirection
var value = Microsoft.UI.Content.ContentLayoutDirection.leftToRight
Public Enum ContentLayoutDirection
Vererbung
ContentLayoutDirection
Attribute

Felder

Name Wert Beschreibung
LeftToRight 0

Layoutrichtung von links nach rechts.

RightToLeft 1

Layoutrichtung von rechts nach links.

Gilt für:

Weitere Informationen