InkPresenterRuler.BackgroundColor Property

Definition

Gets or sets the background color of the InkPresenterRuler.

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

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

Property Value

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

Implements

Applies to

See also