Specifies the dynamic element in the SVG, the part that will be changing often. The ActiveSVGElement is not buffered when painting as it is assumed it will be changing. Set the ActiveSVGElement to tell the control which element or group of elements need to be redrawn every paint event.
The non-active svg elements are rendered either to the Background or Foreground Buffer.
Note |
---|
It is recommended that the active portion of the SVG not be too drawing intensive as it will slow painting. |
Namespace: FMX.RS.SVGControl
Delphi |
protected |
Property Value
Type: TSVGGraphicElement
The ActiveSVGElement, Background and Foreground properties only apply when the painting is Buffered. |