Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / Border Property


In This Topic
    Border Property (LegendArea)
    In This Topic
    Gets or sets the border around the legend area.
    Syntax
    'Declaration
     
    
    Public Property Border As Line
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Line
     
    instance.Border = value
     
    value = instance.Border
    public Line Border {get; set;}
    See Also