FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BorderAlign Enumeration

In This Topic
    BorderAlign Enumeration
    In This Topic
    Determines a border alignment relative to the cell border.
    Syntax
    'Declaration
     
    
    Public Enum BorderAlign 
       Inherits System.Enum
    public enum BorderAlign : System.Enum 
    Members
    MemberDescription
    CenterSelection border is drawn over the cell border.
    InsideSelection border is drawn inside the cell border.
    OutsideSelection border is drawn outside the cell border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.BorderAlign

    See Also