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




In This Topic
    Highlight Property (ImGearARTMarkTemplates)
    In This Topic
    Gets or sets a Highlighter mark to be used as a template when creating Highlighter marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Highlight As ImGearARTHighlighter
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTHighlighter
     
    instance.Highlight = value
     
    value = instance.Highlight
    public ImGearARTHighlighter Highlight {get; set;}
    public: __property ImGearARTHighlighter* get_Highlight();
    public: __property void set_Highlight( 
       ImGearARTHighlighter* value
    );
    public:
    property ImGearARTHighlighter^ Highlight {
       ImGearARTHighlighter^ get();
       void set (    ImGearARTHighlighter^ value);
    }

    Property Value

    ImGearARTHighlighter value.
    See Also