TextFieldAnnotationOpacity Property |
Gets or sets annotation opacity
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic Nullable<double> Opacity { get; set; }
Public Property Opacity As Nullable(Of Double)
Get
Set
public:
virtual property Nullable<double> Opacity {
Nullable<double> get () sealed;
void set (Nullable<double> value) sealed;
}
abstract Opacity : Nullable<float> with get, set
override Opacity : Nullable<float> with get, set
Property Value
Type:
NullableDoubleImplements
IOpacityOpacity
See Also