Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / AlphaBlendShadowColor Property


In This Topic
AlphaBlendShadowColor Property (ChartShape)
In This Topic
Gets the amount of transparency of the shadow.
Syntax
'Declaration
 
Public Shadows Property AlphaBlendShadowColor As Integer
 
'Usage
 
Dim instance As ChartShape
Dim value As Integer
 
instance.AlphaBlendShadowColor = value
 
value = instance.AlphaBlendShadowColor
See Also