ComponentOne FlexReport for WinForms
LineSlantEnum Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : LineSlantEnum Enumeration
Defines how line is drawn within shape.
Syntax
'Declaration
 
Public Enum LineSlantEnum 
   Inherits System.Enum
public enum LineSlantEnum : System.Enum 
Members
MemberDescription
DownRender field as a line between the left-top and right-bottom corners of the field box.
NoLineNo line.
NoSlantRender field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).
UpRender field as a line between the left-bottom and right-top corners of the field box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.LineSlantEnum

See Also

Reference

C1.Win.C1Document Namespace