ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFilledRectangle Class / Highlight Property




In This Topic
    Highlight Property (ImGearARTFilledRectangle)
    In This Topic
    Gets or sets a value indicating whether the mark is highlighted.
    Syntax
    'Declaration
     
    Public Property Highlight As Boolean
    'Usage
     
    Dim instance As ImGearARTFilledRectangle
    Dim value As Boolean
     
    instance.Highlight = value
     
    value = instance.Highlight
    public bool Highlight {get; set;}
    public: __property bool get_Highlight();
    public: __property void set_Highlight( 
       bool value
    );
    public:
    property bool Highlight {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also