IFontColorFontColor Property |
Gets or sets annotation text font color
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
SyntaxNullable<int> FontColor { get; set; }
Property FontColor As Nullable(Of Integer)
Get
Set
property Nullable<int> FontColor {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract FontColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also