ImageGear .NET - Updated
Color Property (IImGearARTRuler)




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

IImGearARTRuler Interface
IImGearARTRuler Members
IImGearRGBQuad Interface