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




In This Topic
    SelectionForeColor Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets default foreground color for selected items.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute("Foreground color used for the Title of selected Thumbnail item.")>
    <ImGearFilterAttribute("Default")>
    Public Property SelectionForeColor As Color
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Color
     
    instance.SelectionForeColor = value
     
    value = instance.SelectionForeColor
    [Category("Items")]
    [Description("Foreground color used for the Title of selected Thumbnail item.")]
    [ImGearFilter("Default")]
    public Color SelectionForeColor {get; set;}
    [Category("Items")]
    [Description("Foreground color used for the Title of selected Thumbnail item.")]
    [ImGearFilter("Default")]
    public: __property Color get_SelectionForeColor();
    public: __property void set_SelectionForeColor( 
       Color value
    );
    [Category("Items")]
    [Description("Foreground color used for the Title of selected Thumbnail item.")]
    [ImGearFilter("Default")]
    public:
    property Color SelectionForeColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    System.Drawing.Color value.
    See Also