ContentSiteView.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 the override scaling factor for a single ContentSite, ignoring the default scaling factor of the parent Win32 HWND.
public:
property float OverrideScale { float get(); };
float OverrideScale();
public float OverrideScale { get; }
var single = contentSiteView.overrideScale;
Public ReadOnly Property OverrideScale As Single
Property Value
Single
float
The override scaling factor for a single ContentSite.