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

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