OverflowClipMargin

Type Alias OverflowClipMargin 

Source
pub type OverflowClipMargin = GenericOverflowClipMargin<NonNegativeLength>;
Expand description

A computed value for the overflow-clip-margin property.

Aliased Type§

#[repr(C)]
pub struct OverflowClipMargin { pub offset: NonNegative<CSSPixelLength>, pub visual_box: OverflowClipMarginBox, }

Fields§

§offset: NonNegative<CSSPixelLength>

The offset of the clip.

§visual_box: OverflowClipMarginBox

The box that we’re clipping to.