LayoutDirection class
Enumeration that controls how non-overlapping sibling layout elements are arranged.
Signature:
export declare abstract class LayoutDirection
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Horizontal |
| (not declared) | |
Vertical |
| (not declared) |
LayoutDirection.Horizontal property
Signature:
static readonly Horizontal = 0;
LayoutDirection.Vertical property
Signature:
static readonly Vertical = 1;
Updated 7 months ago