Share via


LinkDirectionValues Enumeration

Defines the LinkDirectionValues enumeration.

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

Syntax

'Declaration
Public Enumeration LinkDirectionValues
'Usage
Dim instance As LinkDirectionValues
public enum LinkDirectionValues

Members

Member name Description
To to. When the item is serialized out as xml, its value is "to".
From from. When the item is serialized out as xml, its value is "from".
With with. When the item is serialized out as xml, its value is "with".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Ink Namespace