ImageGear .NET v24.12 - Updated
UseDefaultStyling Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : UseDefaultStyling Property
Gets or sets the default visual style for the thumbnails and their contents.
Syntax
'Declaration
 
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets the default CSS layout for the ImGearThumbnailList control.")>
<DefaultValueAttribute(True)>
Public Property UseDefaultStyling As Boolean
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.UseDefaultStyling = value
 
value = instance.UseDefaultStyling
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
[DefaultValue(true)]
public bool UseDefaultStyling {get; set;}
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
[DefaultValue(true)]
public: __property bool get_UseDefaultStyling();
public: __property void set_UseDefaultStyling( 
   bool value
);
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
[DefaultValue(true)]
public:
property bool UseDefaultStyling {
   bool get();
   void set (    bool value);
}

Property Value

Remarks

When this property is set to a value of 'false', it means the default style for the thumbnails and its contents is not required. Under this condition, your web page containing the ImGearThumbnailList control must include a CSS file that contains definitions for the following named CSS classes:

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members