XamlRoot.RasterizationScale Property

Definition

Gets a value that represents the number of raw (physical) pixels for each view pixel.

public:
 property double RasterizationScale { double get(); };
double RasterizationScale();
public double RasterizationScale { get; }
var double = xamlRoot.rasterizationScale;
Public ReadOnly Property RasterizationScale As Double

Property Value

Double

double

A value that represents the number of raw (physical) pixels for each view pixel.

Applies to