TranslationAnimation.Control2 Property

Definition

Gets the location of the second control point for the cubic Bézier curve that describes how the translation should animate over time.

public:
 property Point Control2 { Point get(); };
Point Control2();
public Point Control2 { get; }
var point = translationAnimation.control2;
Public ReadOnly Property Control2 As Point

Property Value

The location of the control point.

Implements

Applies to

See also