ContentIsland.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 the local dots per inch (dpi) of a Microsoft.UI.Composition.ICompositionSurface.
public:
property float RasterizationScale { float get(); };
float RasterizationScale();
public float RasterizationScale { get; }
var single = contentIsland.rasterizationScale;
Public ReadOnly Property RasterizationScale As Single
Property Value
Single
float
Remarks
This is similar to the GetDpiForWindow function (winuser.h).