Propagation of type properties

Creation time is not the only time type properties can be passed from a type to its subtypes. You can use propagation to pass along certain type properties.

Propagation passes the setting of a particular type property from the given type to all of the types in the subtree as applicable and defined by their context. When you select a type property for propagation that does not apply to a given subtype, it is not propagated.