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


In This Topic
ShouldSerializeAlphaBlendBackColor Method (ChartShape)
In This Topic
Determines if the alpha-blend value of the background color of the object should be serialized.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeAlphaBlendBackColor() As Boolean
 
'Usage
 
Dim instance As ChartShape
Dim value As Boolean
 
value = instance.ShouldSerializeAlphaBlendBackColor()
See Also