Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XamlRoot.RasterizationScale Property

Definition

Namespace:
Microsoft.UI.Xaml

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.

Applies to


Feedback

Was this page helpful?