Applies all styles that match the element to the element. All child elements also have their styles applied.
Namespace: FMX.RS.SVG
Delphi |
public |
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. |