[]
        
(Showing Draft Content)

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

StyleProperty Constructor

StyleProperty(object)

Create a new inheritabale StyleProperty instance.

Declaration
public StyleProperty(object defaultValue)
Public Sub New(defaultValue As Object)
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)
Public Sub New(defaultValue As Object, inherited As Boolean)
Parameters
Type Name Description
object defaultValue

The default value of this StyleProperty.

bool inherited

Indicates whether this property is inherited in a C1TextElement tree.