InkPresenterProtractor.AccentColor 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 or sets the color of the rays and horizontal marks for the 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
- Pen and stylus interactions
- Get started: Support ink in your UWP app
- Ink analysis sample (basic) (C#)
- Ink handwriting recognition sample (C#)
- Save and load ink strokes from an Ink Serialized Format (ISF) file
- Save and load ink strokes from the clipboard
- Ink toolbar location and orientation sample (basic)
- Ink toolbar location and orientation sample (dynamic)
- Coloring book sample
- Family notes sample
- Inking sample (JavaScript)
- Simple inking sample (C#/C++)
- Complex inking sample (C++)
- Ink analysis sample