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


IFrameDecoration.HorizontalSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameDecoration Interface > IFrameDecoration.HorizontalSpacing Property
ArcGIS Developer Help

IFrameDecoration.HorizontalSpacing Property

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

[Visual Basic .NET]
Public Property HorizontalSpacing As Double
[C#]
public double HorizontalSpacing {get; set;}
[C++]
HRESULT get_HorizontalSpacing(
  System.Double* points
);
[C++]
HRESULT put_HorizontalSpacing(
  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