ContentSite.ShouldApplyRasterizationScale Propriété

Définition

Obtient ou définit si le ContentSite doit appliquer la RasterizationScale calculée.

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

Valeur de propriété

Boolean

bool

Remarques

L’échelle de rastérisation est la combinaison de la mise à l’échelle DPI du moniteur et du jeu de mise à l’échelle de texte par l’utilisateur.

S’applique à