ContentLayoutDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the supported layout direction for reading order and text alignment of a ContentSite.
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
- Inheritance
-
ContentLayoutDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
LeftToRight | 0 | Left to right layout direction. |
RightToLeft | 1 | Right to left layout direction. |