ImageGear .NET - Updated
Color Property (IImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTProtractor Interface : Color Property
Gets or sets the mark color.
Syntax
'Declaration
 
Property Color As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTProtractor
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.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members
IImGearRGBQuad Interface