C1.Maui.Core Assembly / C1.Maui.Core Namespace / BorderAlignment Enumeration
BorderAlignment Enumeration
Determines the way to draw the borders of C1Border.
Syntax
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.Maui.Core.BorderAlignment

See Also