ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class / Highlighted Property




In This Topic
    Highlighted Property (ImGearThumbnailItem)
    In This Topic
    Gets or sets a value indicating whether the item is highlighted.
    Syntax
    'Declaration
     
    Public Property Highlighted As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Boolean
     
    instance.Highlighted = value
     
    value = instance.Highlighted
    public bool Highlighted {get; set;}
    public: __property bool get_Highlighted();
    public: __property void set_Highlighted( 
       bool value
    );
    public:
    property bool Highlighted {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also