RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1InlineUIContainer Class / GetValue<T> Method
The type of the values of the parameter style property.
A StyleProperty.

In This Topic
    GetValue<T> Method (C1InlineUIContainer)
    In This Topic
    Returns the value of a style property for this C1TextElement.
    Syntax
    'Declaration
     
    
    Public Function GetValue(Of T)( _
       ByVal prop As StyleProperty _
    ) As T
    public T GetValue<T>( 
       StyleProperty prop
    )

    Parameters

    prop
    A StyleProperty.

    Type Parameters

    T
    The type of the values of the parameter style property.

    Return Value

    The value of a style property for this C1TextElement.
    See Also