RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1BottomAlignTool Class / GetValue Method / GetValue(C1TextRange) Method

In This Topic
    GetValue(C1TextRange) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Function GetValue( _
       ByVal range As C1TextRange _
    ) As Nullable(Of C1VerticalAlignment)
    protected override Nullable<C1VerticalAlignment> GetValue( 
       C1TextRange range
    )

    Parameters

    range
    See Also