ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyline Interface / IsHighlighter Property




In This Topic
    IsHighlighter Property (IImGearARTPolyline)
    In This Topic
    Gets or sets a value indicating whether the mark is displayed as highlighter.
    Syntax
    'Declaration
     
    Property IsHighlighter As Boolean
    'Usage
     
    Dim instance As IImGearARTPolyline
    Dim value As Boolean
     
    instance.IsHighlighter = value
     
    value = instance.IsHighlighter
    bool IsHighlighter {get; set;}
    __property bool get_IsHighlighter();
    __property void set_IsHighlighter( 
       bool value
    );
    property bool IsHighlighter {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also