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


ILegendLayout.ScaleGraphicsOnResize Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL ScaleGraphicsOnResize
);
[C++]

Parameters ScaleGraphicsOnResize [out, retval] ScaleGraphicsOnResize is a parameter of type VARIANT_BOOL ScaleGraphicsOnResize [in] ScaleGraphicsOnResize is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILegendLayout Interface