LineEndValues-Enumeration
Line End Type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration LineEndValues
'Usage
Dim instance As LineEndValues
public enum LineEndValues
Member
Membername | Beschreibung | |
---|---|---|
None | None. When the item is serialized out as xml, its value is "none". | |
Triangle | Triangle Arrow Head. When the item is serialized out as xml, its value is "triangle". | |
Stealth | Stealth Arrow. When the item is serialized out as xml, its value is "stealth". | |
Diamond | Diamond. When the item is serialized out as xml, its value is "diamond". | |
Oval | Oval. When the item is serialized out as xml, its value is "oval". | |
Arrow | Arrow Head. When the item is serialized out as xml, its value is "arrow". |