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


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