WordProcessingShapeRotateAngle Property |
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double RotateAngle { get; set; }
Public Property RotateAngle As Double
Get
Set
public:
virtual property double RotateAngle {
double get () sealed;
void set (double value) sealed;
}
abstract RotateAngle : float with get, set
override RotateAngle : float with get, set
Property Value
Type:
DoubleThe rotate angle of this
WordProcessingShape in degrees.
Implements
IRotatableTwoDObjectRotateAngle
See Also