NoteTag.FontColor Property

Aspose.Note for .NET API

NoteTagFontColor Property

Gets or sets the font color.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public Color FontColor { get; set; }
Public Property FontColor As Color
	Get
	Set
public:
property Color FontColor {
	Color get ();
	void set (Color value);
}
member FontColor : Color with get, set

Property Value

Type: Color
See Also