RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (C1TextRange)
    In This Topic
    Gets or sets the vertical alignment of the cells in the range.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlignment As Nullable(Of C1VerticalAlignment)
    public Nullable<C1VerticalAlignment> VerticalAlignment {get; set;}
    See Also