Struct Tooltip.TailProperty
Definition
- Assembly:
- Tizen.NUI.dll
The properties of the tail used by the tooltip.
[SuppressMessage("Performance", "CA1815: Override equals and operator equals on value types", Justification = "This is a struct and does not need to override equals.")]
public struct Tooltip.TailProperty
Fields
View SourceAboveVisual
The image used for the tail if it is above the tooltip.
Declaration
public static readonly int AboveVisual
Field Value
| Type | Description |
|---|---|
| int |
BelowVisual
The image used for the tail if it is below the tooltip.
Declaration
public static readonly int BelowVisual
Field Value
| Type | Description |
|---|---|
| int |
Visibility
Whether to show the tail or not.
Declaration
public static readonly int Visibility
Field Value
| Type | Description |
|---|---|
| int |