Search
Style Constructor (Style, Style)
See Also
 






Creates a new style by reference copying the fields of the first style and using the second style as a hierarchy parent.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style (
    Style prototype,
    Style next
)

Visual Basic  Copy Code

Public New ( _
    prototype As Style, _
    next As Style _
)

 Parameters

prototype

next

 Remarks

This constructor roughly creates a wrapper of the first style that uses the second style as a parent, thus preserving the prototype unchanged.

 See Also