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


IFrameDecoration.VerticalSpacing Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFrameDecoration.VerticalSpacing Property

Vertical offset or gap between the decoration and the subject in points.

[Visual Basic .NET]
Public Property VerticalSpacing As Double
[C#]
public double VerticalSpacing {get; set;}
[C++]
HRESULT get_VerticalSpacing(
  double* points
);
[C++]
HRESULT put_VerticalSpacing(
  double points
);
[C++]

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

Product Availability

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

See Also

IFrameDecoration Interface