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