Visual.CenterPoint Properti

Definisi

Titik tentang rotasi atau penskalaan mana yang terjadi. Dapat dianimasikan

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

void CenterPoint(float3 value);
public Vector3 CenterPoint { get; set; }
var vector3 = visual.centerPoint;
visual.centerPoint = vector3;
Public Property CenterPoint As Vector3

Nilai Properti

Vector3 Vector3

float3

Titik tentang rotasi atau penskalaan mana yang terjadi.

Keterangan

CenterPoint relatif terhadap offset yang ditentukan dalam properti AnchorPoint .

Properti ini dapat dianimasikan. Panggil CompositionObject.StartAnimation untuk mengaitkannya dengan CompositionAnimation.

Berlaku untuk