Compartir a través de


Visual.CenterPoint Propiedad

Definición

Punto sobre el que se produce la rotación o el escalado. Animatable

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

Valor de propiedad

Vector3 Vector3

float3

Punto sobre el que se produce la rotación o el escalado.

Comentarios

CenterPoint es relativo al desplazamiento especificado en la propiedad AnchorPoint .

Esta propiedad se puede animar. Llame a CompositionObject.StartAnimation para asociarlo a compositionAnimation.

Se aplica a