ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / StringFormat Class / Alignment Property

In This Topic
    Alignment Property (StringFormat)
    In This Topic
    Gets or sets the horizontal alignment of text.
    Syntax
    'Declaration
     
    Public Property Alignment As HorizontalAlignment
    public HorizontalAlignment Alignment {get; set;}
    See Also