[]
Represents a ItemTemplate class to define template for items.
public class ItemTemplate
Public Class ItemTemplate
Name | Description |
---|---|
ItemTemplate() | Initializes a new instance of the ItemTemplate class. |
ItemTemplate(int, object, Color, Color, int, Font, GradientEffect) | Initializes a new instance of the ItemTemplate class with values. |
Name | Description |
---|---|
AutoItemHeight | Gets or sets a bool value whether the height is preferred. |
BackColor | Gets or sets the background color. |
Font | Gets or sets the font. |
ForeColor | Gets or sets the foreground color. |
GradientEffect | Gets or sets the gradient effect. |
Height | Gets or sets the height. |
Image | Gets or sets the image. |
Indent | Gets or sets the indent. |
Name | Description |
---|---|
ResetFont() | Resets the Font. |
ResetForeColor() | Resets the ForeColor. |
ResetHeight() | Reset the Height property. |
ShouldSerializeFont() | Should serialize Font. |
ShouldSerializeForeColor() | Should serialize ForeColor. |
ShouldSerializeHeight() | Shoulds the height of the serialize. |