Skip to main content
Version: 3.5

AutoScaleMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the supported types of automatic scaling modes.

public enum AutoScaleMode : Enum

Fields

NameDescription
FontControls scale relative to the dimensions of the font.
InheritControls scale according to the parent's scaling mode. If there is no parent, automatic scaling is disabled.
NoneAutomatic scaling is disabled.