UserInterface.DefaultParagraph Field

GeonBit.UI

UserInterfaceDefaultParagraph Field
Create a default paragraph instance. GeonBit.UI entities use this method when need to create a paragraph, so you can override this to change which paragraph type the built-in entities will use by-default (for example Buttons text, SelectList items, etc.).

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static DefaultParagraphGenerator DefaultParagraph

Field Value

Type: DefaultParagraphGenerator
See Also