ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLTextShape Class / HorizAlign Property

In This Topic
    HorizAlign Property
    In This Topic
    Gets or sets a horizontal alignment of the text in this XLTextShape.
    Syntax
    'Declaration
     
    Public Property HorizAlign As XLHorizTextAlign
    public XLHorizTextAlign HorizAlign {get; set;}
    See Also