Share via


StrokesEventArgs.StrokeIds Property

StrokesEventArgs.StrokeIds Property

Gets an array of identifiers, of type Int32 Leave Site, for every Stroke object affected by the event.

Definition

Visual Basic .NET Public ReadOnly Property StrokeIds As Integer()
C# public int[] StrokeIds { get; }
Managed C++ public: __property int* get_StrokeIds();

Property Value

System.Int32[]. The array of identifiers for every Stroke object affected by the event.

This property is read-only. This property has no default value.

See Also