Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / BorderAlignment Enumeration


In This Topic
    BorderAlignment Enumeration
    In This Topic
    Determines the way to draw the borders of C1Border.
    Syntax
    'Declaration
     
    
    Public Enum BorderAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderAlignment
    public enum BorderAlignment : System.Enum 
    Members
    MemberDescription
    CenterDraw the borders centering the bound's edges
    InnerDraw the borders inside the bound's edges
    OuterDraw the border outer the bound's edges
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xamarin.Forms.Core.BorderAlignment

    See Also