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


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