[]
Represents a SubStyle class that indicates attributes such as bold, underline, and the color of the text.
[TypeConverter(typeof(SubStyleConverter))]
public class SubStyle : ICloneable
<TypeConverter(GetType(SubStyleConverter))>
Public Class SubStyle
Implements ICloneable
Name | Description |
---|---|
SubStyle() | Initializes a new instance of the SubStyle class. |
SubStyle(Color, Color) | Initializes a new instance of the SubStyle class with specified initialization properties. |
SubStyle(Color, Color, bool, bool) | Initializes a new instance of the SubStyle class with specified initialization properties. |
Name | Description |
---|---|
BackColor | Gets or sets the background color of the SubStyle. |
Bold | Gets or sets whether the text is bold. |
ForeColor | Gets or sets the foreground color of the SubStyle. |
UnderLine | Gets or sets whether the text has an underline style. |
Name | Description |
---|---|
Clone() | Creates an exact copy of this SubStyle object. |
Equals(object) | Gets whether the given object equals this instance. |
GetHashCode() | Gets a hash code of this object. |
OnPropertyChanged(PropertyChangedEventArgs) | Occurs when any property of the SubStyle is changed. |