IInkPresenterStencil.ForegroundColor Property

Definition

Gets or sets the color of the foreground elements on an IInkPresenterStencil object.

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

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

Property Value

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

Applies to

See also