This document is archived and information here might be outdated. Recommended version. |
Text path geometry for positioning the text.
[Visual Basic .NET] Public Property TextPath As IGeometry
[C#] public IGeometry TextPath {get; set;}
[C++]
HRESULT get_TextPath(
IGeometry** shape
);
[C++]
HRESULT put_TextPath(
IGeometry* shape
);
[C++]
Parameters shape [out, retval]
shape is a parameter of type IGeometry** shape [in]
shape is a parameter of type IGeometry*