principalPointAnimationDuration property

Duration principalPointAnimationDuration

The duration of principal point animation in milliseconds. If the principal point is changed, the change will be animated over this duration. Defaults to 500 milliseconds, or half a second. Gets the current principal point animation duration in milliseconds.

Implementation

Duration get principalPointAnimationDuration;
void principalPointAnimationDuration=(Duration value)

The duration of principal point animation in milliseconds. If the principal point is changed, the change will be animated over this duration. Defaults to 500 milliseconds, or half a second. Sets the current principal point animation in milliseconds.

Implementation

set principalPointAnimationDuration(Duration value);