[]
Represents the CharBoxInfo settings.
public abstract class CharBoxInfo : ICloneable, ISerializable, ISerializeSupport, INotifyPropertyChanged
Public MustInherit Class CharBoxInfo
Implements ICloneable, ISerializable, ISerializeSupport, INotifyPropertyChanged
| Name | Description |
|---|---|
| CharBoxInfo() | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(CharBoxBorderInfo) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(CharBoxStyle) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(CharBoxStyle, CharBoxBorderInfo) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(CharBoxStyle, CharBoxBorderInfo, Color, Color) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(bool) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(bool, Size) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment) | Initializes a new instance of the CharBoxInfo class. |
| CharBoxInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| AutoSize | Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. |
| BackColor | Gets or sets the back color of the char box. |
| Border | Gets or sets border of the char box. |
| ContentAlignment | Gets or sets the content alignment of the char box. |
| Font | Gets or sets font of the char box. |
| ForeColor | Gets or sets the fore color of the char box. |
| Margin | Gets or sets the margins around the border of the char box. |
| Padding | Gets or sets the blank size between the border and the content within the char box. |
| Size | Gets or sets the size of the char box. |
| Style | Gets or sets the style of the char box. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| NotifyPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |