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


ILegendFormat.DefaultPatchWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat Interface > ILegendFormat.DefaultPatchWidth Property
ArcGIS Developer Help

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