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