StyleManager.StrikeThrough Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyleManager
Changes the strikethrough style and returns an updated IStyle
public IStyle StrikeThrough(StrikeThroughStyle strikeThrough);
Parameters
StrikeThroughStyle strikeThrough | The new strikethrough style |
Returns
IStyle | An IStyle for the new style |