Compartir a través de


ManipulationPivot.Center Propiedad

Definición

Obtiene o establece el punto central para las manipulaciones de rotación.

public:
 property Point Center { Point get(); void set(Point value); };
Point Center();

void Center(Point value);
public Point Center { get; set; }
var point = manipulationPivot.center;
manipulationPivot.center = point;
Public Property Center As Point

Valor de propiedad

El punto central para las manipulaciones de rotación.

Se aplica a

Consulte también