ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / HighlightBackColor Property




In This Topic
    HighlightBackColor Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the background color used for the Title of highlighted Thumbnail items.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute("Background color used for the Title of highlighted Thumbnail item.")>
    Public Property HighlightBackColor As Color
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Color
     
    instance.HighlightBackColor = value
     
    value = instance.HighlightBackColor
    [Category("Items")]
    [Description("Background color used for the Title of highlighted Thumbnail item.")]
    public Color HighlightBackColor {get; set;}
    [Category("Items")]
    [Description("Background color used for the Title of highlighted Thumbnail item.")]
    public: __property Color get_HighlightBackColor();
    public: __property void set_HighlightBackColor( 
       Color value
    );
    [Category("Items")]
    [Description("Background color used for the Title of highlighted Thumbnail item.")]
    public:
    property Color HighlightBackColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    System.Drawing.Color value.
    See Also