다음을 통해 공유


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 기본 크기 조정 요소입니다.

적용 대상