This document is archived and information here might be outdated. Recommended version. |
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
ScaleToFit is a Boolean indicator used to scale the marker to fit around the associated text. ScaleToFit it set to False by default.