'Declaration <DescriptionAttribute()> <CategoryAttribute("Items")> Public Property Sort As ImGearSortOptions
'Usage Dim instance As ImGearThumbnailCtl Dim value As ImGearSortOptions instance.Sort = value value = instance.Sort
[Description()] [Category("Items")] public ImGearSortOptions Sort {get; set;}
[Description()] [Category("Items")] public: __property ImGearSortOptions get_Sort(); public: __property void set_Sort( ImGearSortOptions value );
[Description()] [Category("Items")] public: property ImGearSortOptions Sort { ImGearSortOptions get(); void set ( ImGearSortOptions value); }