Enum CurvedOption
Represents curvature
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public enum CurvedOption
Fields
Name | Value | Description |
---|---|---|
Major | Major = 2 | Curved major (curves vertically) |
Minor | Minor = 3 | Curved minor (curves horizontally) |
Straight | Straight = 1 | No curvature |
Unknown | Unknown = 0 | Unknown |