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

Show in webframe

TotalColumns Property (RasterImageList)






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

RasterImageList Class
RasterImageList Members

Error processing SSI file