RadioType

定义不同类型单选按钮的枚举。

An enumeration defining different types of radio buttons.

Properties

decoratenametypedescription
pickRoundshader_enum(1)Standard round radio button.
liveTabshader_enum(2)Tab-style radio button.

Example

#![allow(unused)]
fn main() {
draw_radio: {
    radio_type: Tab,
}
}