InkStroke.Selected Property

Definition

Gets whether the stroke is selected.

public:
 property bool Selected { bool get(); void set(bool value); };
bool Selected();

void Selected(bool value);
public bool Selected { get; set; }
var boolean = inkStroke.selected;
inkStroke.selected = boolean;
Public Property Selected As Boolean

Property Value

Boolean

bool

True if the stroke is selected; otherwise, false.

Applies to

See also