C1.Android.Core Assembly / C1.Android.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
Center Draw the borders centering the bound's edges
Inner Draw the borders inside the bound's edges
Outer Draw the border outer the bound's edges
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Core.BorderAlignment

See Also