Condividi tramite


IInkPresenterStencil.ForegroundColor Proprietà

Definizione

Ottiene o imposta il colore degli elementi di primo piano in un oggetto IInkPresenterStencil .

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

Valore della proprietà

Colore di primo piano dello stencil come valore ARGB. Il valore predefinito è (255, 0, 0, 0).

Si applica a

Vedi anche