Class TextVisual
Definition
- Assembly:
- Tizen.NUI.dll
The visual which can display simple text.
public class TextVisual : VisualBase, IDynamicResourceHandler, INameScope, System.IDisposable
- Inheritance
- Derived
- Implements
-
System.IDisposable
Constructors
View SourceTextVisual()
Creates an visual object.
Declaration
public TextVisual()
Properties
View SourceEnableMarkup
Whether the mark-up processing is enabled.
Declaration
public bool EnableMarkup { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
FontFamily
The requested font family to use.
Declaration
public string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HorizontalAlignment
The line horizontal alignment.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| HorizontalAlignment |
MultiLine
The single-line or multi-line layout option.
Declaration
public bool MultiLine { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PointSize
The size of font in points.
Declaration
public float PointSize { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Text
The Text property.
The text to display in the UTF-8 format.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextColor
The color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
VerticalAlignment
The line vertical alignment.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| VerticalAlignment |
Implements
System.IDisposable