This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.TypeSetting Property (ArcObjects .NET 10.4 SDK) |
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
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.