Creates a new instance of the InlineStyle class.

InlineStyle(String)

public InlineStyle(string name);

InlineStyle(String, String)

public InlineStyle(string name, string baseStyle);

InlineStyle(InlineStyle)

public InlineStyle(InlineStyle style);

Parameters

Parameter Description
name Specifies the new style's name.
baseStyle 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.