Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > ImageListView Class : ItemsLayout Property |
public ImageListViewItemLayout ItemsLayout {get; set;}
'Declaration Public Property ItemsLayout As ImageListViewItemLayout
'Usage Dim instance As ImageListView Dim value As ImageListViewItemLayout instance.ItemsLayout = value value = instance.ItemsLayout
public: __property ImageListViewItemLayout get_ItemsLayout(); public: __property void set_ItemsLayout( ImageListViewItemLayout value );
public: property ImageListViewItemLayout ItemsLayout { ImageListViewItemLayout get(); void set ( ImageListViewItemLayout value); }