ContentSite.RasterizationScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).