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


ITextMargins.TopMargin 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.TopMargin Property
ArcGIS Developer Help

ITextMargins.TopMargin Property

Value for the top margin.

[Visual Basic .NET]
Public Property TopMargin As Double
[C#]
public double TopMargin {get; set;}
[C++]
HRESULT get_TopMargin(
  System.Double* TopMargin
);
[C++]
HRESULT put_TopMargin(
  double TopMargin
);
[C++]
Parameters
TopMargin [out, retval]

TopMargin is a parameter of type double* TopMargin [in]
TopMargin is a parameter of type double

Product Availability

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

Description

TopMargin specifies the distance between the text and the top edge of the callout.

See Also

ITextMargins Interface