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


IFormattedTextSymbol.TypeSetting Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.TypeSetting Property
ArcGIS Developer Help

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(
  Boolean* TypeSetting
);
[C++]
HRESULT put_TypeSetting(
  VARIANT_BOOL TypeSetting
);
[C++]
Parameters
TypeSetting [out, retval]

TypeSetting is a parameter of type bool* TypeSetting [in]
TypeSetting is a parameter of type 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