TranslationAnimation.Control1 Property

Definition

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

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

Property Value

The location of the control point.

Implements

Applies to

See also