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
NeitherThis control should not use extra space
HorizontalThis control should use extra space horizontally
VerticalThis control should use extra space vertically
BothThis control should use all available space in both dimensions
Auto Trait Implementations
impl Send for GridExpand
impl Send for GridExpandimpl Sync for GridExpand
impl Sync for GridExpand