ManipulationPivot.Center Property

Definition

Gets or sets the center point for rotation manipulations.

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

Property Value

The center point for rotation manipulations.

Applies to

See also