LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ViewStyle Property (RasterThumbnailBrowser)

Show in webframe





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:
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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.