The justification of the text.
[Visual Basic .NET] Public Property Justify As moleTextJustifyEnum
[C#] public moleTextJustifyEnum Justify {get; set;}
[C++]
HRESULT get_Justify(
moleTextJustifyEnum* pJustify
);
[C++]
HRESULT put_Justify(
moleTextJustifyEnum pJustify
);
[C++]Parameters
pJustify [out, retval]pJustify is a parameter of type moleTextJustifyEnum
pJustify [in]pJustify is a parameter of type moleTextJustifyEnum
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.