Margin

Type Alias Margin 

Source
pub type Margin = SideOffsets2D<f64, LogicalSpace>;
Expand description

Logical margin.

Aliased Type§

pub struct Margin {
    pub top: f64,
    pub right: f64,
    pub bottom: f64,
    pub left: f64,
}

Fields§

§top: f64§right: f64§bottom: f64§left: f64