PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Style Class / AssignNonInheritedFrom Method
The source Style object to copy properties from.

In This Topic
    AssignNonInheritedFrom Method (Style)
    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 _
    ) 
    public void AssignNonInheritedFrom( 
       Style source
    )

    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