ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / AlignVert Property

In This Topic
    AlignVert Property
    In This Topic
    Gets or sets the vertical alignment for this XLStyle.
    Syntax
    'Declaration
     
    Public Property AlignVert As XLAlignVertEnum
    public XLAlignVertEnum AlignVert {get; set;}
    Remarks
    Set the AlignVert property to XLAlignVertEnum.Undefined to suppress this style element and use the default horizontal alignment instead (XLAlignVertEnum.Bottom).
    See Also