Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeAlphaBlendShadowColor Method


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