This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerTextBackground Interface > IMarkerTextBackground.ScaleToFit Property (ArcObjects .NET 10.4 SDK) |
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
ScaleToFit is a Boolean indicator used to scale the marker to fit around the associated text. ScaleToFit it set to False by default.