AutoScaleMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the supported types of automatic scaling modes.
- C#
- VB.NET
public enum AutoScaleMode : Enum
Public Enum AutoScaleMode As [Enum]
Fields
| Name | Description |
|---|---|
| Font | Controls scale relative to the dimensions of the font. |
| Inherit | Controls scale according to the parent's scaling mode. If there is no parent, automatic scaling is disabled. |
| None | Automatic scaling is disabled. |