AngleValues Enumeration

Callout Angles

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Any Any Angle. When the item is serialized out as xml, its value is "any".
Degree30 30 degrees. When the item is serialized out as xml, its value is "30".
Degree45 45 degrees. When the item is serialized out as xml, its value is "45".
Degree60 60 degrees. When the item is serialized out as xml, its value is "60".
Degree90 90 degrees. When the item is serialized out as xml, its value is "90".
Auto Automatic Angle. When the item is serialized out as xml, its value is "auto".

See Also

Reference

DocumentFormat.OpenXml.Vml.Office Namespace