ImageGear for .NET
Color Property (ImGearARTPolyline)




Gets or sets the color of the mark.
Syntax
'Declaration
 
Public Property Color As IImGearRGBQuad
'Usage
 
Dim instance As ImGearARTPolyline
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

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearRGBQuad Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback