ArcObjects Library Reference  (Display)    

IDynamicSymbolProperties.TextVerticalAlignment Property

Indicates the vertical alignment for the text dynamic symbol.

[Visual Basic 6.0]
Property TextVerticalAlignment As esriTextVerticalAlignment
[Visual Basic .NET]
Public Property TextVerticalAlignment As esriTextVerticalAlignment
[C#]
public esriTextVerticalAlignment TextVerticalAlignment {get; set;}
[Java]
public esriTextVerticalAlignment getTextVerticalAlignment()
throws
    IOException,
    AutomationException
[Java]
public void setTextVerticalAlignment(
esriTextVerticalAlignment psriTextVerticalAlignment
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TextVerticalAlignment(
  esriTextVerticalAlignment* VerticalAlignment
);
[C++]
HRESULT put_TextVerticalAlignment(
  esriTextVerticalAlignment VerticalAlignment

);

[C++]

Parameters

VerticalAlignment [out, retval]

  VerticalAlignment is a parameter of type esriTextVerticalAlignment

VerticalAlignment [in]

  VerticalAlignment is a parameter of type esriTextVerticalAlignment

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicSymbolProperties Interface

 


Feedback Send feedback on this page