Show / Hide Table of Contents

Class UIParagraph

Represents a paragraph of text.

Inheritance
System.Object
UIComponent
UIParagraph
UIHeader
UILabel
UIMulticolorParagraph
Inherited Members
UIComponent.AddChild(UIComponent)
UIComponent.Size
UIComponent.Height
UIComponent.Width
UIComponent.MaxSize
UIComponent.Children
UIComponent.ClearChildren()
UIComponent.BringToFront()
UIComponent.Anchor
UIComponent.Draggable
UIComponent.FillColor
UIComponent.AttachedData
UIComponent.Parent
UIComponent.Visible
UIComponent.Enabled
UIComponent.Locked
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UIParagraph : UIComponent

Constructors

UIParagraph(String)

Create a new UIParagraph.

Declaration
public UIParagraph(string text)
Parameters
Type Name Description
System.String text

The text in this UIParagraph

Properties

AlignToCenter

Whether the text inside this UIParagraph should be center-aligned.

Declaration
public bool AlignToCenter { get; set; }
Property Value
Type Description
System.Boolean

FontStyle

The font style of this UIParagraph

Declaration
public UIFontStyle FontStyle { get; set; }
Property Value
Type Description
UIFontStyle

Text

The text in this UIParagraph

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Wrap

Whether the text in this UIParagraph should wrap

Declaration
public bool Wrap { get; set; }
Property Value
Type Description
System.Boolean
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX