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