Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / BorderWidth Property


In This Topic
    BorderWidth Property (C1Calendar)
    In This Topic
    Gets or sets the width of the calendar's border.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Double
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Double
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    public double BorderWidth {get; set;}
    See Also