IconSizeMode Enumeration
Represents the possible
Icon sizing modes.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
Public Enumeration IconSizeMode
public enum class IconSizeMode
| SystemDefault | 0 |
Represents the default icon sizing behavior, which depends on the current executing platform.
|
| AutoScale | 1 |
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.
|
| GetNearestSize | 2 |
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.
|