IconSizeMode Enumeration

Represents the possible Icon sizing modes.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum IconSizeMode

Members

SystemDefault0 Represents the default icon sizing behavior, which depends on the current executing platform.
AutoScale1 Represents automatic resizing behavior. When using 100% scale (96 DPI), the icons appear in 16 x 16 pixels size, and they are scaled automatically for other DPI values.
GetNearestSize2 If an icon contains multiple resolutions, selecting always the closest resolution matching the current scale. The executing platform still may scale the selected icon image.

See Also