Condividi tramite


InkPresenterProtractor.ForegroundColor Proprietà

Definizione

Ottiene o imposta il colore degli elementi di primo piano in un oggetto 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

Valore della proprietà

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

Implementazioni

Si applica a

Vedi anche