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


In This Topic
    Border Property
    In This Topic
    Gets or sets a value indicating whether the label has border.
    Syntax
    'Declaration
     
    
    Public Property Border As Boolean
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As Boolean
     
    instance.Border = value
     
    value = instance.Border
    public bool Border {get; set;}
    See Also