UIElement.Scale プロパティ

定義

要素のスケールを取得または設定します。 要素の CenterPoint を基準にして拡大縮小します。 要素のレンダリング位置に影響します。

public:
 property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();

void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = uIElement.scale;
uIElement.scale = vector3;
Public Property Scale As Vector3

プロパティ値

Vector3 Vector3

float3

要素の CenterPoint に対する相対的な要素のスケール。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象