ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / SelectionForeColor Property




In This Topic
    SelectionForeColor Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets foreground color used for the Title of selected Thumbnail items.
    Syntax
    'Declaration
     
    Property SelectionForeColor As Color
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Color
     
    instance.SelectionForeColor = value
     
    value = instance.SelectionForeColor
    Color SelectionForeColor {get; set;}
    __property Color get_SelectionForeColor();
    __property void set_SelectionForeColor( 
       Color value
    );
    property Color SelectionForeColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    System.Drawing.Color value.
    See Also