ComponentOne Xamarin.iOS
BorderAlignment Enumeration


C1.iOS.Core Assembly > C1.iOS.Core Namespace : BorderAlignment Enumeration
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
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.iOS.Core.BorderAlignment

See Also

Reference

C1.iOS.Core Namespace