C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / BorderWidth Property


In This Topic
BorderWidth Property (C1ToggleButton)
In This Topic
Gets or sets the width of the border.
Syntax
'Declaration
 
Public Property BorderWidth As Double
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As Double
 
instance.BorderWidth = value
 
value = instance.BorderWidth
Remarks
Set this value to a non-zero value in order to have a visible border.
See Also