[]
Initializes a new instance of the Style class.
public Style()
Initializes a new instance of the Style class using a specified name, parent style and style type.
public Style(string name, Style parent, StyleType type, bool isLineStyle = false)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the style. |
Style | parent | A parent Style object. |
StyleType | type | A StyleType value indicating the type of style. |
bool | isLineStyle | A bool value indicating whether the style is for a line. Default is |