This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* Value
);
[C++]
HRESULT put_TagUnplaced(
VARIANT_BOOL Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
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.