UIElement.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(); void set(double value); };
double RasterizationScale();
void RasterizationScale(double value);
public double RasterizationScale { get; set; }
var double = uIElement.rasterizationScale;
uIElement.rasterizationScale = double;
Public Property RasterizationScale As Double
Property Value
Double
double
A value that represents the number of raw (physical) pixels for each view pixel. The default is 1.0.