PHP 8.3.4 Released!

Control Separator

(UI 0.9.9)

简介

A Separator represents a control separator, it has no other function.

类摘要

class UI\Controls\Separator extends UI\Control {
/* 常量 */
const int Horizontal;
const int Vertical;
/* Constructor */
public __construct(int $type = UI\Controls\Separator::Horizontal)
/* 继承的方法 */
}

预定义常量

UI\Controls\Separator::Horizontal

A Horizontal Separator

UI\Controls\Separator::Vertical

A Vertical Separator

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top