Class AdvancedTextVisual
Definition
- Assembly:
- Tizen.NUI.dll
The text visual with advanced options.
public class AdvancedTextVisual : TextVisual, IDynamicResourceHandler, INameScope, System.IDisposable
- Inheritance
- Implements
-
System.IDisposable
Remarks
It will be used when we want to control TextVisual with more options. This visual allow to translated text with SID.
Constructors
View SourceAdvancedTextVisual()
Declaration
public AdvancedTextVisual()
Remarks
It will be used when we want to control TextVisual with more options. This visual allow to translated text with SID.
Properties
View SourceTranslatableText
The TranslatableText property.
The text can set the SID value.
Declaration
public string TranslatableText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
It will be used when we want to control TextVisual with more options. This visual allow to translated text with SID.
Methods
View SourceDispose(DisposeTypes)
Dispose for VisualObject
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type |
Overrides
Remarks
It will be used when we want to control TextVisual with more options. This visual allow to translated text with SID.
Implements
System.IDisposable