ImageGear .NET v24.14 - Updated
Color Property (ImGearARTLine)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members
ImGearRGBQuad Structure