Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public
  property Styles: TSVGStyles read FStyles write SetStyles;
 

Property Value

Type: TSVGStyles

expandingRemarks

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.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb