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


In This Topic
    ShouldSerializeShadowColor Method (ChartShape)
    In This Topic
    Determines if the ShadowColor property should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeShadowColor() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeShadowColor()
    public override bool ShouldSerializeShadowColor()
    See Also