Navigation: Code Documentation > RSVclSVG > RSSVGTypes > 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: RSSVGTypes
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
•RSSVGTypes