Extrusion.RotationAngle Property

X-Y Rotation Angle.Represents the attribte in schema: rotationangle

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rotationangle")> _
Public Property RotationAngle As StringValue
    Get
    Set
'Usage
Dim instance As Extrusion
Dim value As StringValue

value = instance.RotationAngle

instance.RotationAngle = value
[SchemaAttrAttribute(, "rotationangle")]
public StringValue RotationAngle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace