ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTArrow Class / Color Property




In This Topic
    Color Property (ImGearARTArrow)
    In This Topic
    Gets or sets the arrow color.
    Syntax
    'Declaration
     
    Public Property Color As IImGearRGBQuad
    'Usage
     
    Dim instance As ImGearARTArrow
    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

    IImGearRGBQuad value.
    See Also