ArcObjects Library Reference (Display)  

ILineProperties.DecorationOnTop Property

Indicates if the decoration is drawn on top.

[Visual Basic .NET]
Public Property DecorationOnTop As Boolean
[C#]
public bool DecorationOnTop {get; set;}
[C++]
HRESULT get_DecorationOnTop(
  VARIANT_BOOL* onTop
);
[C++]
HRESULT put_DecorationOnTop(
  VARIANT_BOOL onTop
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

DecorationOnTop is a Boolean indicator for drawing the decorations either above or below the line. The default is False which will draw the line on top of the decoration.

See Also

ILineProperties Interface