ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPinUpText Class / PinColor Property




In This Topic
    PinColor Property
    In This Topic
    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