Share via


InkPresenterProtractor.AccentColor Property

Definition

Gets or sets the color of the rays and horizontal marks for the protractor stencil.

Protractor stencil

Rays represent the angle of the drawn arc. They are visible only when ink is snapped to the protractor and the protractor has not been moved.

Horizontal marks represent a horizontal line bisecting the protractor. The default positions are 3 and 9 o’clock, but a rotation transform can be applied to the protractor, which also rotates the marks.

public:
 property Color AccentColor { Color get(); void set(Color value); };
Color AccentColor();

void AccentColor(Color value);
public Color AccentColor { get; set; }
var color = inkPresenterProtractor.accentColor;
inkPresenterProtractor.accentColor = color;
Public Property AccentColor As Color

Property Value

The specified color.

The default is system-defined.

Applies to

See also