ImageGear .NET - Updated
Color Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : Color Property
Gets or sets the line color.
Syntax
'Declaration
 
Property Color As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTLine
Dim value As IImGearRGBQuad
 
instance.Color = value
 
value = instance.Color
IImGearRGBQuad Color {get; set;}
__property IImGearRGBQuad* get_Color();
__property void set_Color( 
   IImGearRGBQuad* value
);
property IImGearRGBQuad^ Color {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearRGBQuad Structure