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




In This Topic
    ThumbnailBorderColor Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the for the border color for thumbnails displayed in the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("ThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute("#000000")>
    <DescriptionAttribute(" Gets or sets thumbnail border color for the default case.")>
    Public Property ThumbnailBorderColor As String
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As String
     
    instance.ThumbnailBorderColor = value
     
    value = instance.ThumbnailBorderColor
    [Category("ThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("#000000")]
    [Description(" Gets or sets thumbnail border color for the default case.")]
    public string ThumbnailBorderColor {get; set;}
    [Category("ThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("#000000")]
    [Description(" Gets or sets thumbnail border color for the default case.")]
    public: __property string* get_ThumbnailBorderColor();
    public: __property void set_ThumbnailBorderColor( 
       string* value
    );
    [Category("ThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue("#000000")]
    [Description(" Gets or sets thumbnail border color for the default case.")]
    public:
    property String^ ThumbnailBorderColor {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A string value.
    Remarks

    The default value is "#000000" (black) color.

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

    See Also