ManipulationPivot.Center Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.