property Note.PartBackColor(Part as NotePartEnum) as Color
Specifies the background color to show the part of the note.

TypeDescription
Part as NotePartEnum A NotePartEnum expression that indicates whose part's background is changed.
Color A Color expression that specifies the part's background color. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
By default, both parts use the default window background color ( white ).  The PartBackColor property specifies the part's background color. Use the PartVisible property to show or hide the note's starting or ending part. Use the ClearPartBackColor method to clear the part's background which means that the part shows only the borders ( PartBorderSize property is greater than 0 ), shadows ( PartShadow property is True ) and the text of the part ( PartText property ), so the part is shown with no erasing its background. Use the PartTransparency property to specify the transparency to display the part of the note. The PartForeColor property to specify the part's foreground color. Use the <bgcolor> HTML tag in the PartText property to specify parts of the note's caption with different background colors.  The PartBorderColor property indicates the color to show the part's frame.

The following sample shows the note with the PartBackColor property set on red:

The following sample shows the note with the PartBackColor property set on red, semi-transparent (PartTransparency property is 50):

The following sample shows the note with the no PartBackColor property set ( actually the ClearPartBackColor method is called before ) :