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