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


ILegendFormat.DefaultPatchHeight 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.DefaultPatchHeight Property
ArcGIS Developer Help

ILegendFormat.DefaultPatchHeight Property

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

[Visual Basic .NET]
Public Property DefaultPatchHeight As Double
[C#]
public double DefaultPatchHeight {get; set;}
[C++]
HRESULT get_DefaultPatchHeight(
  System.Double* Height
);
[C++]
HRESULT put_DefaultPatchHeight(
  double Height
);
[C++]
Parameters
Height [out, retval]

Height is a parameter of type double* Height [in]
Height is a parameter of type double

Product Availability

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

See Also

ILegendFormat Interface