ToolTipPopup.Style
这个类有新版本。查看 最新版本。

The values here describe the styles available for the tool tip class.

扩展:Enum
应用安装包:widget
类方法
values()
public static Style values()
valueOf(String)
public static Style valueOf(String name)
参数描述
name
常量
BLUE
The tool tip will be shown with a blue style; including a blue background and blue arrows.
public static final Style BLUE
BLACK
The tool tip will be shown with a black style; including a black background and black arrows.
public static final Style BLACK