IPropertyAnimation.Control1 属性

定义

获取三次方贝塞尔曲线的第一个控制点的位置,该曲线描述该对象的此属性应如何随时间推移进行动画处理。

public:
 property Point Control1 { Point get(); };
Point Control1();
public Point Control1 { get; }
var point = iPropertyAnimation.control1;
Public ReadOnly Property Control1 As Point

属性值

控制点的位置。

适用于

另请参阅