Freigeben über


SecondaryLinearDirectionValues-Enumeration

Secondary Linear Direction

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Member

Membername Beschreibung
None None. When the item is serialized out as xml, its value is "none".
FromLeft From Left. When the item is serialized out as xml, its value is "fromL".
FromRight From Right. When the item is serialized out as xml, its value is "fromR".
FromTop From Top. When the item is serialized out as xml, its value is "fromT".
FromBottom From Bottom. When the item is serialized out as xml, its value is "fromB".

Siehe auch

Referenz

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace