[]
Represents an ItemTemplateInfo class that defines a template for the items.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ItemTemplateInfo : ISerializable, IDeserializationCallback, ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ItemTemplateInfo
Implements ISerializable, IDeserializationCallback, ISerializeSupport
| Name | Description |
|---|---|
| ItemTemplateInfo() | Initializes a new instance of the ItemTemplateInfo class. |
| ItemTemplateInfo(int, object, Color, Color, int, Font, GradientEffect) | Initializes a new instance of the ItemTemplateInfo class with values. |
| ItemTemplateInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| AutoItemHeight | Gets or sets 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 |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| ResetFont() | Resets the Font. |
| ResetForeColor() | Resets the ForeColor. |
| ResetHeight() | Resets the Height property. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| ShouldSerializeFont() | Should serialize Font. |
| ShouldSerializeForeColor() | Should serialize ForeColor. |
| ShouldSerializeHeight() | Should serialize the height. |