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(
VARIANT_BOOL* scale
);
[C++]
HRESULT put_ScaleToFit(
VARIANT_BOOL scale
);
[C++]Parameters
scale [out, retval] scale is a parameter of type VARIANT_BOOL scale [in] scale is a parameter of type VARIANT_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.