ManipulationPivot.Center 属性

定义

获取或设置旋转操作的中心点。

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

属性值

旋转操作的中心点。

适用于

另请参阅