Class Title

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Wearable.dll

    Use it to set the title. this has a fadeout effect. You can also set the color of the fadeout.

    public class Title : TextLabel, IDynamicResourceHandler, INameScope, System.IDisposable, IResourcesProvider
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Animatable
    Container
    View
    TextLabel
    Title
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Constructors

    View Source

    Title()

    Construct Title with null.

    Declaration
    public Title()
    View Source

    Title(string)

    Constructor of the Title class with special style.

    Declaration
    public Title(string style)
    Parameters
    Type Name Description
    string style

    style name

    View Source

    Title(TextLabelStyle)

    The constructor of the Title class with specific Style.

    Declaration
    public Title(TextLabelStyle textLabelStyle)
    Parameters
    Type Name Description
    TextLabelStyle textLabelStyle

    Construct Style

    Properties

    View Source

    FadeOutColor

    Sets the start and end color of the fadeout.

    Declaration
    public Color FadeOutColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    FadeOutWidth

    Gets or Sets the width of the fadeout effect.

    Declaration
    public int FadeOutWidth { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose Title.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type

    dispose types.

    Overrides
    TextLabel.Dispose(DisposeTypes)

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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