Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Classes > TSVGLength
TSVGLength Fields
Name
Description
FIsPercent
Determines if the length in raw value is a percentage or not
FRaw
Stores the raw value of the length
FUnit
Stores the unit type (e.g., mm, px, etc) to use when displaying the length
Top