ArcObjects Library Reference (Display)  

ITextMargins.BottomMargin Property

Value for the bottom margin.

[Visual Basic .NET]
Public Property BottomMargin As Double
[C#]
public double BottomMargin {get; set;}
[C++]
HRESULT get_BottomMargin(
  double* BottomMargin
);
[C++]
HRESULT put_BottomMargin(
  double BottomMargin
);
[C++]

Parameters

BottomMargin [out, retval]   BottomMargin is a parameter of type double BottomMargin [in]   BottomMargin is a parameter of type double

Product Availability

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

Description

BottomMargin specifies the distance between the text and the bottom edge of the callout.

See Also

ITextMargins Interface