Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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
    public double BorderWidth {get; set;}
    Remarks
    Set this value to a non-zero value in order to have a visible border.
    See Also