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


ITextMargins.BottomMargin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextMargins Interface > ITextMargins.BottomMargin Property
ArcGIS Developer Help

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(
  System.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