| Overload | Description |
|---|---|
| SetInherited(NProperty) | Specifies that the given property should inherit its value from its ancestors. If a value is already specified for the property it is overwritten. |
| SetInherited(NDomProperty) | Specifies that the given property should inherit its value from its ancestors. If a value is already specified for the property it is overwritten. |
| SetInherited(NProperty,Boolean) | Specifies that the given property should inherit its value from its ancestors. If a value is already specified for the property it is overwritten. |
| SetInherited(NDomProperty,Boolean) | Specifies that the given property should inherit its value from its ancestors. If a value is already specified for the property it is overwritten. |