Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

TotalColumns Property (RasterThumbnailBrowser)






Gets the number of total item columns in the control.
Syntax
[BrowsableAttribute(false)]
public int TotalColumns {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property TotalColumns As Integer
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As Integer
 
value = instance.TotalColumns

            

            
[BrowsableAttribute(false)]
public:
property int TotalColumns {
   int get();
}

Property Value

The number of total item columns in the control.
Example
For an example, refer to ScrollStyle.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file