LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

ViewStyle Property (RasterThumbnailBrowser)






Gets or sets how items are displayed in the control.
Syntax
[DescriptionAttribute("Selects one of the available views this control supports.")]
[CategoryAttribute("Appearance")]
public RasterImageListViewStyle ViewStyle {get; set;}
'Declaration
 
<DescriptionAttribute("Selects one of the available views this control supports.")>
<CategoryAttribute("Appearance")>
Public Property ViewStyle As RasterImageListViewStyle
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As RasterImageListViewStyle
 
instance.ViewStyle = value
 
value = instance.ViewStyle
[DescriptionAttribute("Selects one of the available views this control supports.")]
[CategoryAttribute("Appearance")]
public RasterImageListViewStyle ViewStyle {get; set;}
DescriptionAttribute("Selects one of the available views this control supports.")
CategoryAttribute("Appearance")
 get_ViewStyle();
set_ViewStyle(value);
[DescriptionAttribute("Selects one of the available views this control supports.")]
[CategoryAttribute("Appearance")]
public:
property RasterImageListViewStyle ViewStyle {
   RasterImageListViewStyle get();
   void set (    RasterImageListViewStyle value);
}

Property Value

A RasterImageListViewStyle enumeration that specifies how the items are displayed in the control.
Remarks
For more information, refer to the RasterImageListViewStyle enumeration.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.