ContentSite.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 or sets the parent Win32 HWND default scaling factor for this ContentSite.
public:
property float ParentScale { float get(); void set(float value); };
float ParentScale();
void ParentScale(float value);
public float ParentScale { get; set; }
var single = contentSite.parentScale;
contentSite.parentScale = single;
Public Property ParentScale As Single
Property Value
Single
float
The parent Win32 HWND default scaling factor for this ContentSite.