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


IDynamicSymbolProperties2.TextBoxUseDynamicLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextBoxUseDynamicLineSymbol Property
ArcGIS Developer Help

IDynamicSymbolProperties2.TextBoxUseDynamicLineSymbol Property

Indicates whether to use the dynamic line symbol when drawing the text.

[Visual Basic .NET]
Public Property TextBoxUseDynamicLineSymbol As Boolean
[C#]
public bool TextBoxUseDynamicLineSymbol {get; set;}
[C++]
HRESULT get_TextBoxUseDynamicLineSymbol(
  Boolean* use
);
[C++]
HRESULT put_TextBoxUseDynamicLineSymbol(
  VARIANT_BOOL use
);
[C++]
Parameters
use [out, retval]

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

Product Availability

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

Remarks

When true, text will be rendered with an outline around the text box, using the current internal Dynamic Line Symbol State.

When false, text will be rendered with no outline around the text box.

See Also

IDynamicSymbolProperties2 Interface