ImageGear .NET v25.2 - Updated
Color Property (ImGearARTPin)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPin Class : Color Property
Gets or sets the color of the pin icon.
Syntax
'Declaration
 
Public Property Color As IImGearRGBQuad
'Usage
 
Dim instance As ImGearARTPin
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.
Remarks

The pin color is not supported in WPF renderer.

See Also

Reference

ImGearARTPin Class
ImGearARTPin Members
ImGearRGBQuad Structure
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.