Share via


ContentSite.RasterizationScale Property

Definition

Gets the computed local DPI for this ContentSite.

public:
 property float RasterizationScale { float get(); };
float RasterizationScale();
public float RasterizationScale { get; }
var single = contentSite.rasterizationScale;
Public ReadOnly Property RasterizationScale As Single

Property Value

Single

float

Remarks

The rasterization scale is the combination of the monitor DPI scale (ParentScale) and text scaling set by the user (OverrideScale).

Applies to

See also