|
ApplyStyle(TSVGStyle)
|
Applies the input style to the SVG element (Overrides FMX.RS.SVG.TSVGGraphicElement.ApplyStyle(TSVGStyle).)
|
|
AssignProperties(TPersistent)
|
Copies the properties of source to the current element (but not children) (Overrides FMX.RS.SVG.TSVGGraphicElement.AssignProperties(TPersistent).)
|
|
Clear
|
Clears the SVG element and resets its properties back to their defaults (Overrides FMX.RS.SVG.TSVGGraphicElement.Clear.)
|
|
DoLoadFromXML(IXMLNode)
|
This method sets the properties of the svg element from the node when loading the svg from XML
This method does the work for the current svg element only.
|
|
DoSaveToXML(IXMLNode)
|
This method saves the properties of the svg element to the xml node.
This method does the work for the current svg element only.
|
|
PropagateObjectPropChange(TObject)
|
Called when a property that is an object (Brush, Pen, Font, Description, etc) changes. This method propagates the change to all children so that they know they need to recalculate stuff. Calls the FMX.RS.SVG.TSVGElement.Change(TSVGElement) method (Overrides FMX.RS.SVG.TSVGGraphicElement.PropagateObjectPropChange(TObject).)
|
|
SVGType
|
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGElement.SVGType.)
|