'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); }