InkStroke.StrokeDuration Property

Definition

Gets or sets the time taken by the user to draw a single ink stroke.

public:
 property IReference<TimeSpan> ^ StrokeDuration { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> StrokeDuration();

void StrokeDuration(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> StrokeDuration { get; set; }
var iReference = inkStroke.strokeDuration;
inkStroke.strokeDuration = iReference;
Public Property StrokeDuration As Nullable(Of TimeSpan)

Property Value

The time period expressed in 100-nanosecond units.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also