共用方式為


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

屬性值

旋轉操作的中心點。

適用於

另請參閱