标签控件

(UI 0.9.9)

简介

标签是一行文本,用于标识用户界面的某个元素。

类概要

class UI\Controls\Label extends UI\Control {
/* 构造函数 */
public __construct(string $text)
/* 方法 */
public getText(): string
public setText(string $text)
/* 继承的方法 */
}

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top