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


ILegendLayout.ScaleGraphicsOnResize Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

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