Contains all styles in the SVG. Use the Styles property to add, modify, and delete styles that affect the SVG elements.
Namespace: FMX.RS.SVG
Delphi |
public |
Property Value
Type: TSVGStyles
Styles are matched to SVG elements by using the Style. Name as a selector. The TSVGElement.Matches method returns the specificity of the match of the style to the element. Note that styles are applied in order of reverse specificity so that more specific styles override earlier, more general styles. |
Reference |