top
Expand Minimize
This topic has not yet been rated - Rate this topic

textAnchor property

Aligns a string of text relative to the specified point.

This property is read/write.

Scalable Vector Graphics: Text, Section 10.9.1Internet Explorer 10

Syntax

HRESULT put_textAnchor(
  [in]   DOMString val
);

HRESULT get_textAnchor(
  [out]  DOMString **ptr
);

Property values

Type: DOMString

String format

start | middle | end | inherit

CSS information

Applies Totext content elements
Mediavisual
Inherited1
Initial Valuestart

Standards information

Remarks

Each text element has an initial current text position, defined as a point in the user coordinate system.

Requirements

IDL

Mshtml.idl

See also

SVGTextElement
SVGTextPathElement
SVGTextPositioningElement
SVGTSpanElement

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.