Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("SliceBorderWidth")>
    <BrowsableAttribute(True)>
    Public Property SliceBorderWidth As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.SliceBorderWidth = value
     
    value = instance.SliceBorderWidth
    [Foundation.Export("SliceBorderWidth")]
    [Browsable(true)]
    public double SliceBorderWidth {get; set;}
    See Also