次の方法で共有


ContextLinkType.Direction Property

direction.Represents the attribte in schema: direction

Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "direction")> _
Public Property Direction As EnumValue(Of LinkDirectionValues)
    Get
    Set
'使用
Dim instance As ContextLinkType
Dim value As EnumValue(Of LinkDirectionValues)

value = instance.Direction

instance.Direction = value
[SchemaAttrAttribute(, "direction")]
public EnumValue<LinkDirectionValues> Direction { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<LinkDirectionValues>

See Also

Reference

ContextLinkType Class

ContextLinkType Members

DocumentFormat.OpenXml.Office2010.Ink Namespace