[]
Initializes a new instance of the ItemTemplateInfo class.
public ItemTemplateInfo()
Public Sub New()
Initializes a new instance of the ItemTemplateInfo class with values.
public ItemTemplateInfo(int indent, object image, Color backColor, Color foreColor, int height, Font font, GradientEffect gradientEffect)
Public Sub New(indent As Integer, image As Object, backColor As Color, foreColor As Color, height As Integer, font As Font, gradientEffect As GradientEffect)
Type | Name | Description |
---|---|---|
int | indent | |
object | image | |
Color | backColor | A Color value that represents the BackColor of the ListItem. |
Color | foreColor | A Color value that represents the ForeColor of the ListItem. |
int | height | |
Font | font | |
GradientEffect | gradientEffect | A GradientEffect that represents the GradientEffect of the ListItem. |
Initializes a new instance of this class.
protected ItemTemplateInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |