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