[]
Represents information about the title bar in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TitleInfo : ISerializeSupport, ISerializable
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class TitleInfo
Implements ISerializeSupport, ISerializable
Name | Description |
---|---|
TitleInfo() | Creates information about the title bar. |
TitleInfo(SerializationInfo, StreamingContext) | Creates a new default sheet style model from deserialization. |
Name | Description |
---|---|
BackColor | Gets or sets the back color 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 height of title bar. |
HorizontalAlign | Gets or sets the horizontal alignment of the title bar. |
Text | Gets or sets the text of title bar. |
Value | Gets or sets the value for title. |
VerticalAlign | Gets or sets the vertical alignment of the title bar. |
Visible | Gets or sets whether the titleinfo is displayed. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the title bar information from XML. |
FireChanged(string) | Raises the property Changed event. |
GetObjectData(SerializationInfo, StreamingContext) | Serializes the object to the SerializationInfo. |
Reset() | Resets the title bar information. |
Serialize(XmlTextWriter) | Saves the title bar information to XML. |