This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat Interface > ILegendFormat.DefaultPatchWidth Property (ArcObjects .NET 10.5 SDK) |
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