ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : Sort Property |
'Declaration <CategoryAttribute("Items")> <DescriptionAttribute()> Public Property Sort As ImGearSortOptions
'Usage Dim instance As ImGearThumbnailCtl Dim value As ImGearSortOptions instance.Sort = value value = instance.Sort
[CategoryAttribute("Items")] [DescriptionAttribute()] public ImGearSortOptions Sort {get; set;}
[CategoryAttribute("Items")] [DescriptionAttribute()] public: __property ImGearSortOptions get_Sort(); public: __property void set_Sort( ImGearSortOptions value );
[CategoryAttribute("Items")] [DescriptionAttribute()] public: property ImGearSortOptions Sort { ImGearSortOptions get(); void set ( ImGearSortOptions value); }
igThumbnailCtl.Sort = ImGearSortOptions.TitleAscending;
igThumbnailCtl.Sort = ImGearSortOptions.TitleAscending