C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / AssignNonInheritedFrom Method
The source Style object to copy properties from.

In This Topic
AssignNonInheritedFrom Method
In This Topic
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.
Syntax
'Declaration
 
Public Sub AssignNonInheritedFrom( _
   ByVal source As Style _
) 
 

Parameters

source
The source Style object to copy properties from.
Remarks
Effectively, this method makes the current Style a complete copy of the source style.
See Also