Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (ChartShape)
    In This Topic
    Indicates whether the BackColor property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    public override bool ShouldSerializeBackColor()

    Return Value

    New backcolor
    See Also