Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkStroke.Selected Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?