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


ILegendLayout.ScaleGraphicsOnResize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendLayout Interface > ILegendLayout.ScaleGraphicsOnResize Property
ArcGIS Developer Help

ILegendLayout.ScaleGraphicsOnResize Property

Indicates if graphics are scaled when the legend is resized.

[Visual Basic .NET]
Public Property ScaleGraphicsOnResize As Boolean
[C#]
public bool ScaleGraphicsOnResize {get; set;}
[C++]
HRESULT get_ScaleGraphicsOnResize(
  VARIANT_BOOL ScaleGraphicsOnResize
);
[C++]
HRESULT put_ScaleGraphicsOnResize(
  Boolean* ScaleGraphicsOnResize
);
[C++]
Parameters
ScaleGraphicsOnResize [in]

ScaleGraphicsOnResize is a parameter of type bool ScaleGraphicsOnResize [out, retval]
ScaleGraphicsOnResize is a parameter of type bool*

Product Availability

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

See Also

ILegendLayout Interface