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 に対する相対的な要素のスケール。

適用対象