[]
Initializes a new instance of the ItemTemplate class.
public ItemTemplate()
Public Sub New()
Initializes a new instance of the ItemTemplate class with values.
public ItemTemplate(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. |