FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / ShouldSerializeAlphaBlendShadowColor Method


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