[]
Defines a kind of char box that display some patterns as a special separator and does not accepts the input and selection.
[TypeConverter(typeof(SeparatorBoxInfoTypeConverter))]
public class SeparatorBoxInfo : CharBoxInfo, ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
<TypeConverter(GetType(SeparatorBoxInfoTypeConverter))>
Public Class SeparatorBoxInfo
Inherits CharBoxInfo
Implements ICloneable, INotifyPropertyChanged, ISerializable, ISerializeSupport
Name | Description |
---|---|
SeparatorBoxInfo() | Initializes a new instance of the SeparatorBoxInfo. |
SeparatorBoxInfo(SeparatorShape) | Initializes a new instance of the SeparatorBoxInfo. |
SeparatorBoxInfo(SeparatorShape, Size) | Initializes a new instance of the SeparatorBoxInfo. |
SeparatorBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment, SeparatorShape, Size) | Initializes a new instance of the SeparatorBoxInfo. |
SeparatorBoxInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
SeparatorSize | Gets or sets the size of separator box. |
Shape | Gets or sets the shape of the separator box. |
Name | Description |
---|---|
Clone() | Gets an object that is clone this object. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |