Share via


InkPresenterProtractor.BackgroundColor Property

Definition

Gets or sets the background color of the InkPresenterProtractor.

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

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

Property Value

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

Implements

Applies to

See also