Click or drag to resize
RichParagraphStyleInstructionAddInstruction Method
Add a style insturctions you could later use in rich paragraphs.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void AddInstruction(
	string key,
	RichParagraphStyleInstruction instruction
)

Parameters

key
Type: SystemString
Key to invoke this style change.
instruction
Type: GeonBit.UI.EntitiesRichParagraphStyleInstruction
Style change data.
See Also