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


IMarkerTextBackground.ScaleToFit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerTextBackground Interface > IMarkerTextBackground.ScaleToFit Property
ArcGIS Developer Help

IMarkerTextBackground.ScaleToFit Property

Indicates if the marker symbol is scaled to fill the text box.

[Visual Basic .NET]
Public Property ScaleToFit As Boolean
[C#]
public bool ScaleToFit {get; set;}
[C++]
HRESULT get_ScaleToFit(
  Boolean* scale
);
[C++]
HRESULT put_ScaleToFit(
  VARIANT_BOOL scale
);
[C++]
Parameters
scale [out, retval]

scale is a parameter of type bool* scale [in]
scale is a parameter of type bool

Product Availability

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

Description

ScaleToFit is a Boolean indicator used to scale the marker to fit around the associated text. ScaleToFit it set to False by default.

See Also

IMarkerTextBackground Interface