Contains the static foreground of the SVG compared to the ActiveSVGElement, i.e. the SVG elements that are rendered in front of the ActiveSVGElement. The Background and Foreground are painted once from the SVG. When elements in the ActiveSVGElement group change, the Background and Foreground are not rendered again, significantly speeding up painting of the entire SVG.
Note |
---|
It is not recommended to change SVG elements in the background too often as it requires a complete rerendering of the background. |
Namespace: FMX.RS.SVGControl
Delphi |
protected |
Property Value
Type: TBitmap
The ActiveSVGElement, Background and Foreground properties only apply when the painting is Buffered. |