StyleManager.FromStyle Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyleManager
Get a style that matches all the style attributes of the supplied style
public IStyle FromStyle(IStyle value);
Remarks
This method creates a style owned by this style manager with all the same attributes as the passed style.
Parameters
IStyle value | The style to copy |
Returns
IStyle |