Navigation: Code Documentation > RSVclSVG > RSSVGTypes > 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: RSSVGTypes
Delphi
type TSVGTextAlign = (staCenter, staLeading, staTrailing);
Name
Description
staCenter
Represents constant staCenter.
staLeading
Represents constant staLeading.
staTrailing
Represents constant staTrailing.
Top
•RSSVGTypes.TSVGTextAnchor
•RSSVGTypes