Creates a new style from the specified definition.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public static Style FromDefinition ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromDefinition ( _ |
The string representation of the style.
A new Style object corresponding to the specified representation.
See Also