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


IDynamicSymbolProperties2.TextBoxUseDynamicFillSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDynamicSymbolProperties2.TextBoxUseDynamicFillSymbol Property

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

[Visual Basic .NET]
Public Property TextBoxUseDynamicFillSymbol As Boolean
[C#]
public bool TextBoxUseDynamicFillSymbol {get; set;}
[C++]
HRESULT get_TextBoxUseDynamicFillSymbol(
  VARIANT_BOOL* use
);
[C++]
HRESULT put_TextBoxUseDynamicFillSymbol(
  VARIANT_BOOL use
);
[C++]

Parameters use [out, retval] use is a parameter of type VARIANT_BOOL use [in] use is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

When true, text will be rendered with a background Fill, using the current internal Dynamic Fill Symbol State.

When false, text will be rendered with no background Fill.

See Also

IDynamicSymbolProperties2 Interface

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd)