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