Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartShapeBase Class / Stroke Property


In This Topic
    Stroke Property (SpreadChartShapeBase)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object that describes the outline for a chart.
    Syntax
    'Declaration
     
    Public Property Stroke As Brush
    'Usage
     
    Dim instance As SpreadChartShapeBase
    Dim value As Brush
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Brush Stroke {get; set;}

    Property Value

    The System.Windows.Media.Brush object that describes the outline for a chart.
    See Also