ImageGear .NET
UseDefaultStyling Property (ImGearThumbnailList)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback