Hide Comments
Hide Comments

Comments (0)

Applies all styles that match the element to the element. All child elements also have their styles applied.

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

public 
  procedure ApplyStyles; override; 
 

Overrides

TSVGGraphicElement.ApplyStyles
 

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

Comments (0)

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