Class AdvancedTextVisual

    Definition

    Namespace:
    Tizen.NUI.Visuals
    Assembly:
    Tizen.NUI.dll

    The text visual with advanced options.

    public class AdvancedTextVisual : TextVisual, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    VisualBase
    TextVisual
    AdvancedTextVisual
    Implements
    IDynamicResourceHandler
    INameScope
    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 Source

    AdvancedTextVisual()

    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 Source

    TranslatableText

    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 Source

    Dispose(DisposeTypes)

    Dispose for VisualObject

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    VisualBase.Dispose(DisposeTypes)
    Remarks

    It will be used when we want to control TextVisual with more options. This visual allow to translated text with SID.

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX