Struct Tooltip.TailProperty

Definition

Namespace:
Tizen.NUI.Constants
Assembly:
Tizen.NUI.dll
API Level:
3

The properties of the tail used by the tooltip.

C#
Copy
public struct TailProperty

Fields

View Source

AboveVisual

The image used for the tail if it is above the tooltip.

Declaration
C#
Copy
public static readonly int AboveVisual
Field Value
Type Description
System.Int32
API Level: 3
View Source

BelowVisual

The image used for the tail if it is below the tooltip.

Declaration
C#
Copy
public static readonly int BelowVisual
Field Value
Type Description
System.Int32
API Level: 3
View Source

Visibility

Whether to show the tail or not.

Declaration
C#
Copy
public static readonly int Visibility
Field Value
Type Description
System.Int32
API Level: 3