Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

type 
  TSVGTextAnchor = (taNone, taStart, taMiddle, taEnd); 
 

expandingMembers

 

Name

Description

public enummember

taEnd

Represents constant taEnd.

public enummember

taMiddle

Represents constant taMiddle.

public enummember

taNone

Represents constant taNone.

public enummember

taStart

Represents constant taStart.

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb