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




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

    Property Value

    System.Drawing.Color value.
    See Also