[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.StyleProperty.-ctor

StyleProperty Constructor

StyleProperty(object)

Create a new inheritabale StyleProperty instance.

Declaration
public StyleProperty(object defaultValue)
Parameters
Type Name Description
object defaultValue

The default value of this StyleProperty.

StyleProperty(object, bool)

Create a new StyleProperty instance.

Declaration
public StyleProperty(object defaultValue, bool inherited)
Parameters
Type Name Description
object defaultValue

The default value of this StyleProperty.

bool inherited

Indicates whether this property is inherited in a C1TextElement tree.