Back to DOM
DOM.Styles.EffectExtent
Namespace: DOM.Styles
Specifies the extent of a visual effect (for example shadow, glow or blur) around an element.
provides four directional extents that describe how far an effect should extend beyond an element's bounds. Values are expressed using, allowing absolute units (EMU/pt/cm/etc.) or relative percentages. Rendering and export logic should apply these extents when computing effect clipping, layout overflow and visual bounds.
4 members
Properties
BottomDocumentUnit
Gets or sets the distance the effect extends below the element.
LeftDocumentUnit
Gets or sets the distance the effect extends to the left of the element.
RightDocumentUnit
Gets or sets the distance the effect extends to the right of the element.
TopDocumentUnit
Gets or sets the distance the effect extends above the element.