LayoutVariablePropertySetType.Direction Property
Diagram Direction.Represents the element tag in schema: dgm:dir
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Direction As Direction
Get
Set
'Usage
Dim instance As LayoutVariablePropertySetType
Dim value As Direction
value = instance.Direction
instance.Direction = value
public Direction Direction { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.Direction
Returns Direction.
See Also
Reference
LayoutVariablePropertySetType Class