[]
Represents a Style class.
[TypeConverter(typeof(StyleConverter))]
public class Style : ICloneable
<TypeConverter(GetType(StyleConverter))>
Public Class Style
Implements ICloneable
Name | Description |
---|---|
Style() | Initializes a new instance of the Style class. |
Style(Color, Bevel, Color, BorderStyle, Font, TextEffect, Color, ContentAlignment) | Initializes a new instance of the Style class. |
Style(Color, Color) | Initializes a new instance of the Style class with the specified initialization properties. |
Name | Description |
---|---|
BackColor | Gets or sets the color of the background. |
Bevel | Gets or sets the bevel effect. |
BorderColor | Gets or sets the color of the border. |
BorderStyle | Gets or sets the border style. |
ContentAlignment | Gets or sets the content alignment of the text . |
Font | Gets or sets the font of the Style. |
ForeColor | Gets or sets the color of the foreground. |
TextEffect | Gets or sets the text effect. |
Name | Description |
---|---|
Clone() | Creates an exact copy of this Style object. |
Equals(object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as a hash function for a particular type. |