IPropertyAnimation.Control2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of the second control point for the cubic Bézier curve that describes how this property of this object should animate over time.
public:
property Point Control2 { Point get(); };
Point Control2();
public Point Control2 { get; }
var point = iPropertyAnimation.control2;
Public ReadOnly Property Control2 As Point
Property Value
The location of the control point.