Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / DataLabelBase Class / BorderStyle Property


In This Topic
    BorderStyle Property
    In This Topic
    Gets or sets the border style of the label.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As ChartStyle
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As ChartStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public ChartStyle BorderStyle {get; set;}
    See Also