Share via


InkPresenterProtractor.ForegroundColor Property

Definition

Gets or sets the color of the foreground elements on an InkPresenterProtractor.

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

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

Property Value

The foreground color of the protractor as an ARGB value. The default is (255, 0, 0, 0).

Implements

Applies to

See also