Click or drag to resize

Orientation Enumeration

Defines the orientation of the text as horizontal or circular.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public enum Orientation
Members
Member nameValueDescription
Horizontal0 
Stacked1 
Convex2 
Concave3 
See Also