ManipulationPivot.Center 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置旋转操作的中心点。
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
属性值
旋转操作的中心点。