DesktopSiteBridge.OverrideScale 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 or sets the scaling factor used by a ContentSite owned by the associated Win32 HWND.
public:
property float OverrideScale { float get(); void set(float value); };
float OverrideScale();
void OverrideScale(float value);
public float OverrideScale { get; set; }
var single = desktopSiteBridge.overrideScale;
desktopSiteBridge.overrideScale = single;
Public Property OverrideScale As Single
Property Value
Single
float
The scaling factor used by a ContentSite.
Implements
Remarks
Setting this value overrides the Microsoft.UI.Content.ContentIsland.RasterizationScale value.