[]
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.
public void AssignNonInheritedFrom(Style source)
Type | Name | Description |
---|---|---|
Style | source | The source Style object to copy properties from. |
Effectively, this method makes the current Style
a complete copy of the source
style.