ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / ThumbnailSelectedBackgroundColor Property




In This Topic
    ThumbnailSelectedBackgroundColor Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the background color for the selected thumbnails displayed in the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute("gray")>
    <DescriptionAttribute("Gets or sets the thumbnail width.")>
    Public Property ThumbnailSelectedBackgroundColor As String
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As String
     
    instance.ThumbnailSelectedBackgroundColor = value
     
    value = instance.ThumbnailSelectedBackgroundColor
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("gray")]
    [Description("Gets or sets the thumbnail width.")]
    public string ThumbnailSelectedBackgroundColor {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("gray")]
    [Description("Gets or sets the thumbnail width.")]
    public: __property string* get_ThumbnailSelectedBackgroundColor();
    public: __property void set_ThumbnailSelectedBackgroundColor( 
       string* value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("gray")]
    [Description("Gets or sets the thumbnail width.")]
    public:
    property String^ ThumbnailSelectedBackgroundColor {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A string value
    Remarks

    The default value is gray color.

    This property gets or sets the background color for the selected thumbnails displayed in the control. Note: This property is only relevant when choosing the default mode control style with the UseDefaultStyling set to true;

    See Also