ImageGear .NET - Updated
UseDefaultStyling Property (ImGearThumbnailList)




ImageGear23.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
 
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DescriptionAttribute("Gets or sets the default CSS layout for the ImGearThumbnailList control.")>
Public Property UseDefaultStyling As Boolean
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.UseDefaultStyling = value
 
value = instance.UseDefaultStyling
[DefaultValue()]
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
public bool UseDefaultStyling {get; set;}
[DefaultValue()]
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
public: __property bool get_UseDefaultStyling();
public: __property void set_UseDefaultStyling( 
   bool value
);
[DefaultValue()]
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[Description("Gets or sets the default CSS layout for the ImGearThumbnailList control.")]
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