ArcObjects Library Reference (Display)  

IFormattedTextSymbol.TypeSetting Property

Indicates if typesetting is used.

[Visual Basic .NET]
Public Property TypeSetting As Boolean
[C#]
public bool TypeSetting {get; set;}
[C++]
HRESULT get_TypeSetting(
  VARIANT_BOOL* TypeSetting
);
[C++]
HRESULT put_TypeSetting(
  VARIANT_BOOL TypeSetting
);
[C++]

Parameters

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

Product Availability

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

Description

TypeSetting is a Boolean indicator that determines whether text formatting tags will be either executed or displayed as characters within the string. True - formatting tags will be executed. False - formatting tags will be displayed as characters.

See Also

IFormattedTextSymbol Interface