Partager via


IInkPresenterStencil.ForegroundColor Propriété

Définition

Obtient ou définit la couleur des éléments de premier plan sur un objet 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

Valeur de propriété

Couleur de premier plan du gabarit en tant que valeur ARGB. La valeur par défaut est (255, 0, 0, 0).

S’applique à

Voir aussi