IStyleExtensions Class
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Extension methods for working with IStyle
public static class IStyleExtensions
Methods
HasSameLayout(this IStyle, IStyle) | Compares this style to another and returns true if both will have the same layout, but not necessarily the same appearance (eg: color change, underline etc...) |
IsSame(this IStyle, IStyle) | Compares this style to another and returns true if both will have the same layout, but not necessarily the same appearance (eg: color change, underline etc...) |
Key(this IStyle) | Generates a string key that uniquely identifies the formatting characteristics of this style. |