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