ImageGear .NET - Updated
PinColor Property




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTPinUpText Class
ImGearARTPinUpText Members
ImGearRGBQuad Structure