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 > ILegend2 Interface > ILegend2.Format Property (ArcObjects .NET 10.5 SDK) |
The formatting options for the legend (can be stored in the style gallery).
[Visual Basic .NET] Public Property Format As ILegendFormat
[C#] public ILegendFormat Format {get; set;}
[C++]
HRESULT get_Format(
ILegendFormat** LegendFormat
);
[C++]
HRESULT putref_Format(
ILegendFormat* LegendFormat
);
[C++]
Parameters LegendFormat [out, retval]
LegendFormat is a parameter of type ILegendFormat LegendFormat [in]
LegendFormat is a parameter of type ILegendFormat