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

In This Topic
    VerticalAlignment Property (C1BlockUIContainer)
    In This Topic
    Gets or sets a value indicating how elements are aligned in a line.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlignment As C1VerticalAlignment
    public C1VerticalAlignment VerticalAlignment {get; set;}
    See Also