[]
Represents the border of the char box.
[TypeConverter(typeof(CharBoxBorderTypeConverter))]
public class CharBoxBorder : INotifyPropertyChanged
<TypeConverter(GetType(CharBoxBorderTypeConverter))>
Public Class CharBoxBorder
Implements INotifyPropertyChanged
Name | Description |
---|---|
CharBoxBorder() | Initializes a new instance of the CharBoxBorder class. |
CharBoxBorder(Line) | Initializes a new instance of the CharBoxBorder class. |
CharBoxBorder(Line, Line, Line, Line) | Initializes a new instance of the CharBoxBorder class. |
CharBoxBorder(Color, LineStyle) | Initializes a new instance of the CharBoxBorder 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. |
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
SetAllLines(LineStyle) | Sets the LineStyle settings to all lines. |
SetAllLines(Color) | Sets the Color settings to all lines. |
SetAllLines(Color, LineStyle) |
Name | Description |
---|---|
PropertyChanged | Occurs when the CharBoxBorder instance is changed. |