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


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