Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / SliceBorderWidth Property


In This Topic
    SliceBorderWidth Property
    In This Topic
    Gets or sets the border width for the pie slices.
    Syntax
    'Declaration
     
    
    Public Property SliceBorderWidth As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.SliceBorderWidth = value
     
    value = instance.SliceBorderWidth
    public double SliceBorderWidth {get; set;}
    See Also