[]
Defines how line is drawn within shape.
public enum LineSlantEnum
Name | Description |
---|---|
Down | Render field as a line between the left-top and right-bottom corners of the field box. |
NoLine | No line. |
NoSlant | Render field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height). |
Up | Render field as a line between the left-bottom and right-top corners of the field box. |