FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeAlphaBlendBackColor Method


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