Hide Comments
Hide Comments

Comments (0)

Specifies whether the content of a block-level element is clipped when it overflows the element's box (which is acting as a containing block for the content)

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

published
  property Overflow: Boolean read IsOverflow write SetOverflow default True;
 

Property Value

Type: Boolean

expandingRemarks

The ‘overflow’ property applies to elements that establish new viewports (e.g., ‘svg’ elements), ‘pattern’ elements and ‘ marker’ elements. For all other elements, the property has no effect (i.e., a clipping rectangle is not created).

alert_cautionWarning

If ipOverflow is in the Inherits property, the Overflow of the parent is returned

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb