InkDrawingAttributes.DrawAsHighlighter Property

Definition

Gets or sets a value that indicates whether the InkStroke is rendered as a highlighter overlay. The stroke is typically set to a bright color, such as yellow.

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

void DrawAsHighlighter(bool value);
public bool DrawAsHighlighter { get; set; }
var boolean = inkDrawingAttributes.drawAsHighlighter;
inkDrawingAttributes.drawAsHighlighter = boolean;
Public Property DrawAsHighlighter As Boolean

Property Value

Boolean

bool

true to render the stroke as a highlighter; otherwise false. The default value is false.

Applies to

See also