FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / AlphaBlendBackColor Property


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