Struct Tooltip.Property
Definition
- Namespace:
- Tizen.NUI.Constants
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
The properties used for a Tooltip.
public struct Property
Fields
View SourceBackground
The background of the tooltip.
Declaration
public static readonly int Background
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceContent
The content to display.
Declaration
public static readonly int Content
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceDisappearOnMovement
If true, the tooltip will disappear after hover movement beyond a certain distance.
Declaration
public static readonly int DisappearOnMovement
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceHoverPointOffset
If Tooltip::Position::HOVER_POINT is used for the POSITION, then this is the offset the tooltip is displayed at from the hover point.
Declaration
public static readonly int HoverPointOffset
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceLayout
The layout of the content.
Declaration
public static readonly int Layout
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceMovementThreshold
The movement threshold allowed before showing (or hiding a popup).
Declaration
public static readonly int MovementThreshold
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourcePosition
The position of the tooltip in relation to the control.
Declaration
public static readonly int Position
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceTail
The tail used by the tooltip.
Declaration
public static readonly int Tail
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceWaitTime
Time to wait in seconds before a tooltip is shown while the is movement is within the allowed threshold.
Declaration
public static readonly int WaitTime
Field Value
Type | Description |
---|---|
Int32 |