FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LineSlantEnum Enumeration

In This Topic
    LineSlantEnum Enumeration
    In This Topic
    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