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


In This Topic
AlphaBlendBackColor Property (ChartShape)
In This Topic
Gets or sets the alpha-blend value of the background color of the object.
Syntax
'Declaration
 
Public Overrides Property AlphaBlendBackColor As Integer
 
'Usage
 
Dim instance As ChartShape
Dim value As Integer
 
instance.AlphaBlendBackColor = value
 
value = instance.AlphaBlendBackColor
See Also