Class DirContext
The layout direction context of the application.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public record DirContext : IContext, IEquatable<DirContext>
Constructors
DirContext(Dir)
The layout direction context of the application.
Declaration
public DirContext(Dir dir)
Parameters
Type | Name | Description |
---|---|---|
Dir | dir | The layout direction. |
Properties
dir
The current layout direction.
Declaration
public Dir dir { get; }
Property Value
Type | Description |
---|---|
Dir |