Interface IDpiAwarenessDispatcher
Define properties for Dpi awareness dispatcher.
Namespace: Evergine.Web
Assembly: Evergine.Web.dll
Syntax
public interface IDpiAwarenessDispatcher
Properties
DevicePixelRatio
Gets or sets the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device. This value could also be interpreted as the ratio of pixel sizes: the size of one CSS pixel to the size of one physical pixel.
Declaration
double DevicePixelRatio { get; set; }
Property Value
Type | Description |
---|---|
double |