ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailBorderColor Property |
'Declaration <DescriptionAttribute(" Gets or sets thumbnail border color for the default case.")> <DefaultValueAttribute()> <CategoryAttribute("ThumbnailList Properties")> <BrowsableAttribute(True)> Public Property ThumbnailBorderColor As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.ThumbnailBorderColor = value value = instance.ThumbnailBorderColor
[DescriptionAttribute(" Gets or sets thumbnail border color for the default case.")] [DefaultValueAttribute()] [CategoryAttribute("ThumbnailList Properties")] [BrowsableAttribute(true)] public string ThumbnailBorderColor {get; set;}
[DescriptionAttribute(" Gets or sets thumbnail border color for the default case.")] [DefaultValueAttribute()] [CategoryAttribute("ThumbnailList Properties")] [BrowsableAttribute(true)] public: __property string* get_ThumbnailBorderColor(); public: __property void set_ThumbnailBorderColor( string* value );
[DescriptionAttribute(" Gets or sets thumbnail border color for the default case.")] [DefaultValueAttribute()] [CategoryAttribute("ThumbnailList Properties")] [BrowsableAttribute(true)] public: property String^ ThumbnailBorderColor { String^ get(); void set ( String^ value); }
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;