Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations
TSVGTextAlign Enumeration
Defines the SVG Text Align Type, which is used to align (start-, middle- or end-alignment) a string of text relative to a given point
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGTextAlign = (staCenter, staLeading, staTrailing);
Name
Description
staCenter
Represents constant staCenter.
staLeading
Represents constant staLeading.
staTrailing
Represents constant staTrailing.
Top
•FMX.RS.SVGTypes.TSVGTextAnchor
•FMX.RS.SVGTypes