Search
Style.FromDefinition Method
See Also
 





Creates a new style from the specified definition.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static Style FromDefinition (
    string representation
)

Visual Basic  Copy Code

Public Shared Function FromDefinition ( _
    representation As String _
) As Style

 Parameters

representation

The string representation of the style.

 Return Value

A new Style object corresponding to the specified representation.

 See Also