FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShadowColor Property


In This Topic
ShadowColor Property (MultiSideShape)
In This Topic
Gets or sets the color of the shadow of the object.
Syntax
'Declaration
 
Public Property ShadowColor As Color
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Color
 
instance.ShadowColor = value
 
value = instance.ShadowColor
See Also