RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / StyleProperty Class / StyleProperty Constructor / StyleProperty Constructor(Object)
The default value of this StyleProperty.

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

    Parameters

    defaultValue
    The default value of this StyleProperty.
    See Also