SystemIconSize Enumeration
Represents the predefined system icon sizes.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
public enum SystemIconSize
Public Enumeration SystemIconSize
public enum class SystemIconSize
Large | 0 |
Represents the larger version of an icon. With 100% scale settings (96 DPI) this usually means the 32x32 system icon size.
|
Small | 1 |
Represents the smaller version of an icon. With 100% scale settings (96 DPI) this usually means the 16x16 system icon size.
|