Freigeben über


ContentSite.ShouldApplyRasterizationScale Eigenschaft

Definition

Ruft ab oder legt fest, ob die ContentSite- die berechnete RasterizationScale-anwenden soll.

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

Eigenschaftswert

Boolean

bool

Hinweise

Bei der Rasterungsskala handelt es sich um die Kombination aus der monitor-DPI-Skalierung und der vom Benutzer festgelegten Textskalierung.

Gilt für: