Click or drag to resize

AngleValues Enumeration

Callout Angles

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum AngleValues
Members
Member nameValueDescription
Any0 Any Angle.

When the item is serialized out as xml, its value is "any".

Degree301 30 degrees.

When the item is serialized out as xml, its value is "30".

Degree452 45 degrees.

When the item is serialized out as xml, its value is "45".

Degree603 60 degrees.

When the item is serialized out as xml, its value is "60".

Degree904 90 degrees.

When the item is serialized out as xml, its value is "90".

Auto5 Automatic Angle.

When the item is serialized out as xml, its value is "auto".

See Also