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