Enum FlowDirection
Defines constants that specify the content flow direction for text and UI elements.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum FlowDirection
Fields
| Name | Description |
|---|---|
| LeftToRight | Indicates that content should flow from left to right. |
| RightToLeft | Indicates that content should flow from right to left. |