InkCanvas.Select Method
.NET Framework 4.5
Selects a set of ink Stroke objects and/or FrameworkElement objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Select(IEnumerable<UIElement>) | Selects a set of UIElement objects. |
|
Select(StrokeCollection) | Selects a set of ink Stroke objects. |
|
Select(StrokeCollection, IEnumerable<UIElement>) | Selects a combination of Stroke and UIElement objects. |
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 will be displayed with an adorner around them for ease of recognition and manipulation. FrameworkElement objects will not display differently when selected.