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


In This Topic
ForegroundImage Property (CalloutArrowShape)
In This Topic
Gets or sets the foreground image for the element.
Syntax
'Declaration
 
Public Overridable Property ForegroundImage As Picture
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Picture
 
instance.ForegroundImage = value
 
value = instance.ForegroundImage
See Also