[]
        
(Showing Draft Content)

C1.C1Preview.Style.AssignNonInheritedFrom

AssignNonInheritedFrom Method

AssignNonInheritedFrom(Style)

Copies to the current style all properties of another Style object that have been explicitly set on that other style, plus the values of the Parent and AmbientParent properties.

Declaration
public void AssignNonInheritedFrom(Style source)
Parameters
Type Name Description
Style source

The source Style object to copy properties from.

Remarks

Effectively, this method makes the current Style a complete copy of the source style.