C# Class Nez.UI.TextTooltip

Inheritance: Tooltip
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
TextTooltip ( string text, Element targetElement, Skin skin, string styleName = null )
TextTooltip ( string text, Element targetElement, TextTooltipStyle style )
setStyle ( TextTooltipStyle style ) : void

Method Details

TextTooltip() public méthode

public TextTooltip ( string text, Element targetElement, Skin skin, string styleName = null )
text string
targetElement Element
skin Skin
styleName string

TextTooltip() public méthode

public TextTooltip ( string text, Element targetElement, TextTooltipStyle style )
text string
targetElement Element
style TextTooltipStyle

setStyle() public méthode

public setStyle ( TextTooltipStyle style ) : void
style TextTooltipStyle
Résultat void