Class Title

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Wearable.dll
API Level:
8

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

C#
Copy
public class Title : TextLabel, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable, IResourcesProvider
Inheritance
Implements

Constructors

View Source

Title()

Construct Title with null.

Declaration
C#
Copy
public Title()
API Level: 8
View Source

Title(String)

Constructor of the Title class with special style.

Declaration
C#
Copy
public Title(string style)
Parameters
Type Name Description
String style

style name

API Level: 8
View Source

Title(TextLabelStyle)

The constructor of the Title class with specific Style.

Declaration
C#
Copy
public Title(TextLabelStyle textLabelStyle)
Parameters
Type Name Description
TextLabelStyle textLabelStyle

Construct Style

API Level: 8

Properties

View Source

FadeOutColor

Sets the start and end color of the fadeout.

Declaration
C#
Copy
public Color FadeOutColor { get; set; }
Property Value
Type Description
Color
API Level: 8
View Source

FadeOutWidth

Gets or Sets the width of the fadeout effect.

Declaration
C#
Copy
public int FadeOutWidth { get; set; }
Property Value
Type Description
Int32
API Level: 8

Methods

View Source

Dispose(DisposeTypes)

Dispose Title.

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

dispose types.

Overrides
API Level: 8

Implements

Extension Methods