Loading...
Wisej.Web.AutoScaleMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the supported types of automatic scaling modes.
public enum AutoScaleMode : Enum
Public Enum AutoScaleMode As [Enum]
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.