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


ILegendFormat.DefaultPatchWidth Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendFormat.DefaultPatchWidth Property

Patch width in points. Can be overridden by the LegendItem.

[Visual Basic .NET]
Public Property DefaultPatchWidth As Double
[C#]
public double DefaultPatchWidth {get; set;}
[C++]
HRESULT get_DefaultPatchWidth(
  double* Width
);
[C++]
HRESULT put_DefaultPatchWidth(
  double Width
);
[C++]

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

Product Availability

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

See Also

ILegendFormat Interface