ImageGear .NET - Updated May 1, 2018
Color Property (ImGearARTPolyRuler)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
ImGearRGBQuad Structure