RichTextKit v0.4

RichString.DefaultStyle Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: RichString

The default text style to be used as the current style at the start of the rich string. Subsequent formatting operations will be applied over this base style.

public IStyle DefaultStyle { get; set; }

Property Type

IStyle