'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.