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
屬性值
旋轉操作的中心點。
另請參閱