[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextElement.SetValue

SetValue Method

SetValue<T>(StyleProperty, T)

Sets the value of a style property of this C1TextElement.

Declaration
public void SetValue<T>(StyleProperty prop, T value)
Parameters
Type Name Description
StyleProperty prop

A StyleProperty.

T value

The value to set the style property.

Type Parameters
Name Description
T

The type of the values of the parameter style property.