This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACRasterShieldSymbol Interface > IACRasterShieldSymbol.TextPosition Property (ArcObjects .NET 10.5 SDK) |
The text position on the bitmap.
[Visual Basic .NET] Public Property TextPosition As IPoint
[C#] public IPoint TextPosition {get; set;}
[C++]
HRESULT get_TextPosition(
IPoint** point
);
[C++]
HRESULT put_TextPosition(
IPoint* point
);
[C++]
Parameters point [out, retval]
point is a parameter of type IPoint point [in]
point is a parameter of type IPoint