'Declaration <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("Gets or sets the thumbnails layout required in the ImGearThumbnailList control.")> <BrowsableAttribute(True)> Public Property Layout As ImGearThumbnailLayout
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearThumbnailLayout instance.Layout = value value = instance.Layout
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnails layout required in the ImGearThumbnailList control.")] [Browsable(true)] public ImGearThumbnailLayout Layout {get; set;}
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnails layout required in the ImGearThumbnailList control.")] [Browsable(true)] public: __property ImGearThumbnailLayout get_Layout(); public: __property void set_Layout( ImGearThumbnailLayout value );
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the thumbnails layout required in the ImGearThumbnailList control.")] [Browsable(true)] public: property ImGearThumbnailLayout Layout { ImGearThumbnailLayout get(); void set ( ImGearThumbnailLayout value); }