ArcObjects Library Reference (DefenseSolutions)  

IAttributeLabel.Justify Property

Justification of the attribute label.

[Visual Basic .NET]
Public Property Justify As moleTextJustifyEnum
[C#]
public moleTextJustifyEnum Justify {get; set;}
[C++]
HRESULT get_Justify(
  moleTextJustifyEnum* __MIDL__IAttributeLabel0000
);
[C++]
HRESULT put_Justify(
  moleTextJustifyEnum __MIDL__IAttributeLabel0000
);
[C++]

Parameters

__MIDL__IAttributeLabel0000 [out, retval]

  __MIDL__IAttributeLabel0000 is a parameter of type moleTextJustifyEnum

__MIDL__IAttributeLabel0000 [in]

  __MIDL__IAttributeLabel0000 is a parameter of type moleTextJustifyEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeLabel Interface