ArcObjects Library Reference (Display)  

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