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