Table of Contents

Class ThemedTextView

Namespace
Lime
Assembly
Lime.dll
public class ThemedTextView : ThemedScrollView, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable, IImageCombinerArg
Inheritance
ThemedTextView
Implements
Inherited Members
Extension Methods

Constructors

ThemedTextView()

public ThemedTextView()

Properties

DisplayText

public string DisplayText { get; set; }

Property Value

string

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

LastLine

public SimpleText LastLine { get; }

Property Value

SimpleText

SquashDuplicateLines

public bool SquashDuplicateLines { get; set; }

Property Value

bool

Text

Get or sets a label upon the widget. For widgets which can not have a label returns null.

public override string Text { get; set; }

Property Value

string

TrimWhitespaces

public bool TrimWhitespaces { get; set; }

Property Value

bool

Methods

Append(string)

public void Append(string text)

Parameters

text string

Clear()

public void Clear()

IsNotDecorated()

public override bool IsNotDecorated()

Returns

bool

ScrollToEnd()

public void ScrollToEnd()