ImageGear .NET
Sort Property (ImGearThumbnailCtl)




Gets or sets a value specifying sort mode used when a new item is added.
Syntax
'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
[ImGearFilter()]
[Category("Items")]
[Description()]
public ImGearSortOptions Sort {get; set;}
[ImGearFilter()]
[Category("Items")]
[Description()]
public: __property ImGearSortOptions get_Sort();
public: __property void set_Sort( 
   ImGearSortOptions value
);
[ImGearFilter()]
[Category("Items")]
[Description()]
public:
property ImGearSortOptions Sort {
   ImGearSortOptions get();
   void set (    ImGearSortOptions value);
}

Property Value

ImageGear.Windows.Forms.Thumbnails.ImGearSortOptions enumeration value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearSortOptions Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback