Indicates whether fonts or polygon shapes are used to draw attribute text.
[Visual Basic .NET] Public Property UseFonts As Boolean
[C#] public bool UseFonts {get; set;}
[C++]
HRESULT get_UseFonts(
VARIANT_BOOL* pUseFonts
);
[C++]
HRESULT put_UseFonts(
VARIANT_BOOL pUseFonts
);
[C++]Parameters
pUseFonts [out, retval] pUseFonts is a parameter of type VARIANT_BOOL pUseFonts [in] pUseFonts is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.