[]
Create a new inheritabale StyleProperty instance.
public StyleProperty(object defaultValue)
| Type | Name | Description |
|---|---|---|
| object | defaultValue | The default value of this StyleProperty. |
Create a new StyleProperty instance.
public StyleProperty(object defaultValue, bool inherited)
| Type | Name | Description |
|---|---|---|
| object | defaultValue | The default value of this StyleProperty. |
| bool | inherited | Indicates whether this property is inherited in a C1TextElement tree. |