ImageGear for .NET
UseDefaultStyling Property (ImGearThumbnailList)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback