RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / StyleProperty Class / StyleProperty Constructor / StyleProperty Constructor(Object,Boolean)
The default value of this StyleProperty.
Indicates whether this property is inherited in a C1TextElement tree.

In This Topic
    StyleProperty Constructor(Object,Boolean)
    In This Topic
    Create a new StyleProperty instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal defaultValue As Object, _
       ByVal inherited As Boolean _
    )
    public StyleProperty( 
       object defaultValue,
       bool inherited
    )

    Parameters

    defaultValue
    The default value of this StyleProperty.
    inherited
    Indicates whether this property is inherited in a C1TextElement tree.
    See Also