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 렌더링 위치입니다.

적용 대상