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