ContentSite.ShouldApplyRasterizationScale 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 or sets whether the ContentSite should apply the computed RasterizationScale.
public:
property bool ShouldApplyRasterizationScale { bool get(); void set(bool value); };
bool ShouldApplyRasterizationScale();
void ShouldApplyRasterizationScale(bool value);
public bool ShouldApplyRasterizationScale { get; set; }
var boolean = contentSite.shouldApplyRasterizationScale;
contentSite.shouldApplyRasterizationScale = boolean;
Public Property ShouldApplyRasterizationScale As Boolean
Property Value
Boolean
bool
Remarks
The rasterization scale is the combination of the monitor DPI scale and text scaling set by the user.