property Note.PartAlignment(Part as NotePartEnum) as AlignmentEnum
Specifies the horizontal alignment of text inside the note's part.

TypeDescription
Part as NotePartEnum A NotePartEnum expression that indicates the part to align text on
AlignmentEnum An AlignmentEnum expression that specifies the text's alignment. 
By default the PartAlignment property is CenterAlignment, so the text is being centered in the part. Use the Text or PartText property to specify the text to be displayed on the part of the note. The PartFixedWidth property specifies the fixed width to display the part. The PartFixedHeight property specifies the height to display the part of the note. If none of these properties are set, the size of the part is automatically computed based on the part's text.

The following screen shot shows the text being aligned to the left and to the right side of the note: