pub type Margin = SideOffsets2D<f64, LogicalSpace>;Available on crate feature
winio only.Expand description
Logical margin.
Aliased Type§
#[repr(C)]pub struct Margin {
pub top: f64,
pub right: f64,
pub bottom: f64,
pub left: f64,
}Fields§
§top: f64§right: f64§bottom: f64§left: f64