Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CefScaleFactor
Members
  Member nameValueDescription
None0
P1001
P1252
P1333
P1404
P1505
P1806
P2007
P2508
P3009
See Also