Partager via


ManipulationPivot.Center Propriété

Définition

Obtient ou définit le point central pour les manipulations de rotation.

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

Valeur de propriété

Point central pour les manipulations de rotation.

S’applique à

Voir aussi