Freigeben über


Channel.Orientation-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<ChannelValueOrientationValues>

Siehe auch

Referenz

Channel Klasse

Channel-Member

DocumentFormat.OpenXml.InkML-Namespace