Extrusion.OrientationAngle Property

Rotation Around Axis.Represents the attribte in schema: orientationangle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "orientationangle")> _
Public Property OrientationAngle As SingleValue
    Get
    Set
'Usage
Dim instance As Extrusion
Dim value As SingleValue

value = instance.OrientationAngle

instance.OrientationAngle = value
[SchemaAttrAttribute(, "orientationangle")]
public SingleValue OrientationAngle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.SingleValue
Returns SingleValue.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace