ContentSite.ShouldApplyRasterizationScale Property

Definition

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.

Applies to