Share via


IAnimatedVisual.Duration Property

Definition

Gets the duration of the animated visual.

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = iAnimatedVisual.duration;
Public ReadOnly Property Duration As TimeSpan

Property Value

The size of the animated visual.

Applies to