Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / ShouldSerializeAlphaBlendShadowColor Method


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