XamlRoot.RasterizationScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.