[]
Represents information about the title bar in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TitleInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class TitleInfo
Implements ISerializeSupport
Name | Description |
---|---|
TitleInfo() | Creates information about the title bar. |
Name | Description |
---|---|
BackColor | Gets or sets the background color of the title bar. |
Background | Gets or sets the background of the title bar. |
Border | Gets or sets the border of the title bar. |
CellType | Gets or sets the type of cell for the title bar. |
Font | Gets or sets the font settings of the title bar. |
ForeColor | Gets or sets the text color of the title bar. |
Height | Gets or sets the title bar height. |
HorizontalAlign | Gets or sets the horizontal alignment of the title bar. |
Margin | Gets or sets the margin of the title bar. |
Text | Gets or sets the title bar text. |
VerticalAlign | Gets or sets the vertical alignment of the title bar. |
Visible | Gets or sets whether the Spread component displays the title information. |
Name | Description |
---|---|
CopyFrom(object) | Copies the title bar information of the specified object to the current object. |
Deserialize(XmlNodeReader) | Loads the title bar information from XML. |
Reset() | Resets the title bar information. |
Serialize(XmlTextWriter) | Saves the title bar information to XML. |