This document is archived and information here might be outdated.  Recommended version.


IDynamicSymbolProperties2.SetTextBoxMargins Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.SetTextBoxMargins Method
ArcGIS Developer Help

IDynamicSymbolProperties2.SetTextBoxMargins Method

Indicates the text box margins for the dynamic text symbol.

[Visual Basic .NET]
Public Sub SetTextBoxMargins ( _
    ByVal Left As Single, _
    ByVal Top As Single, _
    ByVal Right As Single, _
    ByVal Bottom As Single _
)
[C#]
public void SetTextBoxMargins (
    float Left,
    float Top,
    float Right,
    float Bottom
);
[C++]
HRESULT SetTextBoxMargins(
  float Left,
  float Top,
  float Right,
  float Bottom
);
[C++]
Parameters
Left [in]

Left is a parameter of type single Top [in]
Top is a parameter of type single Right [in]
Right is a parameter of type single Bottom [in]
Bottom is a parameter of type single

Product Availability

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

Remarks

The Text Box Margins values, indicates a margin around the text in all four directions.

This also affects the anchor point of the text, along with the TextHorizontalAlignment and TextVerticalAlignment properties.

See Also

IDynamicSymbolProperties2 Interface