MediaType

An enumeration defining different types of media for the radio button.

Properties

decoratenametypedescription
liveImageImageRepresents an image used as media.
pickIconIconRepresents an icon used as media.
liveNoneNoneNo media.

Example

#![allow(unused)]
fn main() {
media: Image,
media: Icon,
}