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
SyntaxC#
Copy Code
|
|---|
public Style ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksThis constructor roughly creates a wrapper of the first style that uses the second style as a parent, thus preserving the prototype unchanged.
See Also