Partager via


InkPresenterRuler.ForegroundColor Propriété

Définition

Obtient ou définit la couleur des éléments de premier plan sur un InkPresenterRuler.

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

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

Valeur de propriété

Couleur de premier plan de la règle en tant que valeur ARGB. La valeur par défaut est (255, 0, 0, 0).

Implémente

S’applique à

Voir aussi