ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / HighlightForeColor Property




In This Topic
    HighlightForeColor Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the color to use as a foreground for a highlighted Thumbnail item.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute("Foreground color used for the Title of highlighted Thumbnail item.")>
    <ImGearFilterAttribute("Default")>
    Public Property HighlightForeColor As Color
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Color
     
    instance.HighlightForeColor = value
     
    value = instance.HighlightForeColor
    [Category("Items")]
    [Description("Foreground color used for the Title of highlighted Thumbnail item.")]
    [ImGearFilter("Default")]
    public Color HighlightForeColor {get; set;}
    [Category("Items")]
    [Description("Foreground color used for the Title of highlighted Thumbnail item.")]
    [ImGearFilter("Default")]
    public: __property Color get_HighlightForeColor();
    public: __property void set_HighlightForeColor( 
       Color value
    );
    [Category("Items")]
    [Description("Foreground color used for the Title of highlighted Thumbnail item.")]
    [ImGearFilter("Default")]
    public:
    property Color HighlightForeColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    System.Drawing.Color value.
    See Also