RichTextKit v0.4

IStyleExtensions.Key Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: IStyleExtensions
Extends: IStyle

Generates a string key that uniquely identifies the formatting characteristics of this style.

public static string Key(this IStyle This);

Remarks

Two styles with the same Key will rendering identically even if different instances.

Parameters

this IStyle This

The style instance to generate the key for

Returns

string

A key string