Share via


Guide.Orientation Property

Guide Orientation.Represents the attribte in schema: orient

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "orient")> _
Public Property Orientation As EnumValue(Of DirectionValues)
    Get
    Set
'Usage
Dim instance As Guide
Dim value As EnumValue(Of DirectionValues)

value = instance.Orientation

instance.Orientation = value
[SchemaAttrAttribute(, "orient")]
public EnumValue<DirectionValues> Orientation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<DirectionValues>
Returns EnumValue<T>.

See Also

Reference

Guide Class

Guide Members

DocumentFormat.OpenXml.Presentation Namespace