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


BorderAlignment Enumeration
Determines the way to draw the borders of C1Border.
Syntax
'Declaration
 
Public Enum BorderAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As BorderAlignment
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