ComponentOne RichTextBox for WPF and Silverlight
GetValue<T> Method (C1TextElement)

C1.WPF.RichTextBox.Documents Namespace > C1TextElement Class : GetValue<T> Method
The type of the values of the parameter style property.
A StyleProperty.
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

Reference

C1TextElement Class
C1TextElement Members