PlaceholderShape.Orientation Property

Placeholder 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 PlaceholderShape
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

PlaceholderShape Class

PlaceholderShape Members

DocumentFormat.OpenXml.Presentation Namespace