ArcObjects Library Reference (DefenseSolutions)  

ILabeledGraphic.ShowText Property

Indicates whether or not text labels should be displayed around the graphic.

[Visual Basic .NET]
Public Property ShowText As Boolean
[C#]
public bool ShowText {get; set;}
[C++]
HRESULT get_ShowText(
  VARIANT_BOOL* pShow
);
[C++]
HRESULT put_ShowText(
  VARIANT_BOOL pShow
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILabeledGraphic Interface