ImageGear .NET - Updated July 5, 2018
Color Property (IImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolyline Interface : Color Property
Gets or sets the color of the mark.
Syntax
'Declaration
 
Property Color As IImGearRGBQuad
 
'Usage
 
Dim instance As IImGearARTPolyline
Dim value As IImGearRGBQuad
 
instance.Color = value
 
value = instance.Color

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members
IImGearRGBQuad Interface