ContentSite.ParentScale Property

Definition

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.

Applies to