Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ShouldSerializeShadowColor Method


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