CefScaleFactor Enumeration |
Supported UI scale factors for the platform. SCALE_FACTOR_NONE is used for
density independent resources such as string, html/js files or an image that
can be used for any scale factors (such as wallpapers).
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefScaleFactor
Members| Member name | Value | Description |
|---|
| None | 0 | |
| P100 | 1 | |
| P125 | 2 | |
| P133 | 3 | |
| P140 | 4 | |
| P150 | 5 | |
| P180 | 6 | |
| P200 | 7 | |
| P250 | 8 | |
| P300 | 9 | |
See Also