Channel.Orientation Property
orientation.Represents the attribte in schema: orientation
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "orientation")> _
Public Property Orientation As EnumValue(Of ChannelValueOrientationValues)
Get
Set
'Usage
Dim instance As Channel
Dim value As EnumValue(Of ChannelValueOrientationValues)
value = instance.Orientation
instance.Orientation = value
[SchemaAttrAttribute(, "orientation")]
public EnumValue<ChannelValueOrientationValues> Orientation { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ChannelValueOrientationValues>