InkCanvas::Select Method (StrokeCollection^)
.NET Framework (current version)
Selects a set of ink Stroke objects.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| ArgumentException | One or more strokes in selectedStrokes is not in the Strokes property. |
An InkCanvas can contain Stroke objects, which are created in response to user stylus input, and FrameworkElement objects, such as Image and Button objects.
Selected strokes are displayed with an adorner around them for ease of recognition and manipulation. FrameworkElement objects do not display differently when selected.
.NET Framework
Available since 3.0
Available since 3.0
Show: