ComponentOne RichTextBox for UWP
StyleProperty Constructor(Object,Boolean)

C1.Xaml.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.
Create a new StyleProperty instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultValue As System.Object, _
   ByVal inherited As System.Boolean _
)
public StyleProperty( 
   System.object defaultValue,
   System.bool inherited
)

Parameters

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

Reference

StyleProperty Class
StyleProperty Members
Overload List