Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations
TSVGTextAnchor Enumeration
Defines the SVG text anchor type, similar to the FMX.Types. TTextAlign type, in that it is used to align (start-, middle- or end-alignment) a string of text relative to a given point
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGTextAnchor = (taNone, taStart, taMiddle, taEnd);
Name
Description
taEnd
Represents constant taEnd.
taMiddle
Represents constant taMiddle.
taNone
Represents constant taNone.
taStart
Represents constant taStart.
Top
•FMX.RS.SVGTypes