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


In This Topic
Gradient Property (CalloutArrowShape)
In This Topic
Gets or sets the gradient for the object.
Syntax
'Declaration
 
Public Overridable Property Gradient As PSGradient
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As PSGradient
 
instance.Gradient = value
 
value = instance.Gradient
See Also