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
IsEmpty
public bool IsEmpty { get; }
Property Value
LastLine
public SimpleText LastLine { get; }
Property Value
SquashDuplicateLines
public bool SquashDuplicateLines { get; set; }
Property Value
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
TrimWhitespaces
public bool TrimWhitespaces { get; set; }
Property Value
Methods
Append(string)
public void Append(string text)
Parameters
text
string
Clear()
public void Clear()
IsNotDecorated()
public override bool IsNotDecorated()
Returns
ScrollToEnd()
public void ScrollToEnd()