AreaAnnotationBackgroundColor Property |
Gets or sets annotation background color
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic Nullable<int> BackgroundColor { get; set; }
Public Property BackgroundColor As Nullable(Of Integer)
Get
Set
public:
virtual property Nullable<int> BackgroundColor {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract BackgroundColor : Nullable<int> with get, set
override BackgroundColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32Implements
IBackgroundColorBackgroundColor
See Also