C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class / BorderAlignment Property


In This Topic
BorderAlignment Property
In This Topic
Gets or sets the way to draw the borders.
Syntax
'Declaration
 
Public Property BorderAlignment As BorderAlignment
 
'Usage
 
Dim instance As C1Border
Dim value As BorderAlignment
 
instance.BorderAlignment = value
 
value = instance.BorderAlignment
See Also