UnderlineAnnotationUnderlineColor Property |
Gets or sets annotation color
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic Nullable<int> UnderlineColor { get; set; }
Public Property UnderlineColor As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> UnderlineColor {
Nullable<int> get ();
void set (Nullable<int> value);
}
member UnderlineColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also