Indicates if overflow labels are put into a graphics container tagged placed or unplaced.
[Visual Basic .NET] Public Property TagUnplaced As Boolean
[C#] public bool TagUnplaced {get; set;}
[C++]
HRESULT get_TagUnplaced(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_TagUnplaced(
VARIANT_BOOL Value
);
[C++]Parameters
Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This property specifies whether or not unplaced labels are drawn for this label class. Setting TagUnplaced to True specifies that unplaced labels will not be drawn. Setting it to False specifies that they will be drawn.