ReplacementAnnotationFontColor Property |
Gets or sets annotation text font color
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic Nullable<int> FontColor { get; set; }
Public Property FontColor As Nullable(Of Integer)
Get
Set
public:
virtual property Nullable<int> FontColor {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract FontColor : Nullable<int> with get, set
override FontColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32Implements
IFontColorFontColor
See Also