C# 클래스 Nez.UI.TextTooltipStyle

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background IDrawable
labelStyle LabelStyle

공개 메소드들

메소드 설명
TextTooltipStyle ( )
TextTooltipStyle ( LabelStyle label, IDrawable background )

메소드 상세

TextTooltipStyle() 공개 메소드

public TextTooltipStyle ( )

TextTooltipStyle() 공개 메소드

public TextTooltipStyle ( LabelStyle label, IDrawable background )
label LabelStyle
background IDrawable

프로퍼티 상세

background 공개적으로 프로퍼티

public IDrawable background
리턴 IDrawable

labelStyle 공개적으로 프로퍼티

public LabelStyle,Nez.UI labelStyle
리턴 LabelStyle