Enum native_windows_gui::VTextAlign [−][src]
pub enum VTextAlign {
Top,
Center,
Bottom,
}Expand description
Text align constant on the vertical axis
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VTextAlignimpl Send for VTextAlignimpl Sync for VTextAlignimpl Unpin for VTextAlignimpl UnwindSafe for VTextAlignBlanket Implementations
Mutably borrows from an owned value. Read more