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


ILegendFormat.DefaultPatchHeight Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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