PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfTextNote Class / Alignment Property

In This Topic
    Alignment Property (PdfTextNote)
    In This Topic
    Gets or sets the horizontal alignment of the text the current PdfTextNote.

    The default horizontal alignment is near (left).

    Syntax
    'Declaration
     
    
    Public Property Alignment As HorizontalAlignment
    public HorizontalAlignment Alignment {get; set;}
    See Also