次の方法で共有


ContentSite.ParentScale プロパティ

定義

この ContentSiteの親 Win32 HWND の既定のスケール ファクターを取得または設定します。

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

プロパティ値

Single

float

この ContentSiteの親 Win32 HWND の既定のスケール ファクター。

適用対象