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




In This Topic
    ForeColor Property
    In This Topic
    Gets or sets color to use for rendering titles under those thumbnail items that are neither selected nor highlighted.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Overrides Property ForeColor As Color
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    [Browsable(false)]
    public override Color ForeColor {get; set;}
    [Browsable(false)]
    public: __property Color get_ForeColor() override;
    public: __property void set_ForeColor( 
       Color value
    ) override;
    [Browsable(false)]
    public:
    property Color ForeColor {
       Color get() override;
       void set (    Color value) override;
    }

    Property Value

    System.Drawing.Color value.
    See Also