Gets or sets annotation rotation angle
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
SyntaxNullable<double> Angle { get; set; }
Property Angle As Nullable(Of Double)
Get
Set
property Nullable<double> Angle {
Nullable<double> get ();
void set (Nullable<double> value);
}
abstract Angle : Nullable<float> with get, set
Property Value
Type:
NullableDouble
See Also