Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShapeOutlineStyle Property


In This Topic
    ShapeOutlineStyle Property (ChartShape)
    In This Topic
    Gets or sets the shape outline style for the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property ShapeOutlineStyle As DashStyle
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As DashStyle
     
    instance.ShapeOutlineStyle = value
     
    value = instance.ShapeOutlineStyle
    public override DashStyle ShapeOutlineStyle {get; set;}
    See Also