Enum iui::controls::GridExpand [] [src]

pub enum GridExpand {
    Neither,
    Horizontal,
    Vertical,
    Both,
}

Informs a LayoutGrid about how a control should use available space in one or both dimensions.

Variants

This control should not use extra space

This control should use extra space horizontally

This control should use extra space vertically

This control should use all available space in both dimensions

Trait Implementations

Auto Trait Implementations

impl Send for GridExpand

impl Sync for GridExpand