UIElement.Translation 속성

정의

요소의 x, y 및 z 렌더링 위치를 가져오거나 설정합니다.

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

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

속성 값

Vector3 Vector3

float3

요소의 x, y 및 z 렌더링 위치입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v7.0에서 도입되었습니다.)

적용 대상