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


In This Topic
AlphaBlendBackColor Property (ThreeWayArrowShape)
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 ThreeWayArrowShape
Dim value As Integer
 
instance.AlphaBlendBackColor = value
 
value = instance.AlphaBlendBackColor
See Also