NoteTagCore.Icon Property

Aspose.Note for .NET API

NoteTagCoreIcon Property

Gets or sets the icon.

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

Property Value

Type: TagIcon
The TagIcon.
See Also