ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / LineSlantEnum Enumeration

In This Topic
    LineSlantEnum Enumeration
    In This Topic
    Determines whether/how a line should be drawn across the field (as opposed to a box around the field).
    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.
    NoLineRegular field (not a 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.
    Remarks
    Use the members of this enumeration to set the value of the Field.LineSlant property in the Field class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.LineSlantEnum

    See Also