[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.GetValue

GetValue Method

GetValue<T>(StyleProperty)

Returns the value of a style property for this C1TextElement.

Declaration
public T GetValue<T>(StyleProperty prop)
Parameters
Type Name Description
StyleProperty prop

A StyleProperty.

Returns
Type Description
T

The value of a style property for this C1TextElement.

Type Parameters
Name Description
T

The type of the values of the parameter style property.