Compartir a través de


ContentSite.ShouldApplyRasterizationScale Propiedad

Definición

Obtiene o establece si el ContentSite de debe aplicar el RasterizationScale calculado.

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

Valor de propiedad

Boolean

bool

Comentarios

La escala de rasterización es la combinación de la escala de PPP del monitor y el escalado de texto establecido por el usuario.

Se aplica a