ArcObjects Library Reference (Carto)  

IShadow.HorizontalSpacing Property

Horizontal offset between the drop shadow and the subject in points.

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

IShadow Interface