Hide Comments
Hide Comments

Comments (0)

Specifies the 'classes' that the SVG element belongs to. The classes property assigns one or more class names to an element. The element may be said to belong to these classes. A class name may be shared by several element instances.

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

published
  property Classes: TStrings read FClasses write SetClasses;
 

Property Value

Type: TStrings

expandingRemarks

The Classes property specifies SVG classes, not Delphi classes. The Classes property has several roles:
 
As a style sheet selector (when an author wishes to assign style information to a set of elements).
For general purpose processing by user agents.

noteNote

The LoadFromXML method sets this property from the 'class' attribute of the node

expandingSee Also

Reference

Comments (0)

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