Creates a new instance of the Inline
public InlineStyle(string name);
public InlineStyle(string name, string baseStyle);
public InlineStyle(InlineStyle style);
Parameter | Description |
---|---|
name | Specifies the new style's name. |
base |
Specifies the name of the style the new style based on. |
style | Is a style the attributes of which are used to initialize the new style. |