This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.Format Property (ArcObjects .NET 10.4 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