[]
Represents the border of the char box.
[TypeConverter(typeof(CharBoxBorderInfoTypeConverter))]
public class CharBoxBorderInfo : ISerializable
<TypeConverter(GetType(CharBoxBorderInfoTypeConverter))>
Public Class CharBoxBorderInfo
Implements ISerializable
Name | Description |
---|---|
CharBoxBorderInfo() | Initializes a new instance of the CharBoxBorderInfo class. |
CharBoxBorderInfo(Line) | Initializes a new instance of the CharBoxBorderInfo class. |
CharBoxBorderInfo(Line, Line, Line, Line) | Initializes a new instance of the CharBoxBorderInfo class. |
CharBoxBorderInfo(Color, LineStyle) | Initializes a new instance of the CharBoxBorderInfo class. |
CharBoxBorderInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom border line. |
Left | Gets or sets the left border line. |
Right | Gets or sets the right border line. |
Top | Gets or sets the top border line. |
Name | Description |
---|---|
Equals(object) | Determines whether two object instances equals or not. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
ResetAll() | Reset all borders of the char box |
ResetBottom() | Reset bottom border of the char box |
ResetLeft() | Reset left border of the char box |
ResetRight() | Reset right border of the char box |
ResetTop() | Reset top border of the char box |
SetAllLines(LineStyle) | Sets the LineStyle settings to all lines. |
SetAllLines(Color) | Sets the Color settings to all lines. |
SetAllLines(Color, LineStyle) | |
ShouldSerializeAll() | Indicates whether the All property should be persisted. |
ShouldSerializeBottom() | Indicates whether the Bottom property should be persisted. |
ShouldSerializeLeft() | Indicates whether the Left property should be persisted. |
ShouldSerializeRight() | Indicates whether the Right property should be persisted. |
ShouldSerializeTop() | Indicates whether the Top property should be persisted. |