Excel for WPF | ComponentOne
C1.WPF.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