Clears the value of style property in this C1TextElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void ClearValue(
	StyleProperty prop
)
Visual Basic
Public Sub ClearValue ( _
	prop As StyleProperty _
)

See Also