Extrusion.Orientation Property

Rotation Axis.Represents the attribte in schema: orientation

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

Syntax

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

value = instance.Orientation

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace