Class UIMulticolorParagraph
A UIParagraph that can have color.
Inherited Members
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UIMulticolorParagraph : UIParagraph
Constructors
UIMulticolorParagraph(String)
Create a new UIMulticolorParagraph.
Declaration
public UIMulticolorParagraph(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text in this UIMulticolorParagraph |