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