ComponentOne Xamarin.iOS
BorderWidth Property (C1ToggleButton)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ToggleButton Class : BorderWidth Property
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
public double BorderWidth {get; set;}
Remarks
Set this value to a non-zero value in order to have a visible border.
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members