PocketPlanner Programmer's Guide

Style.FromDefinition Method

See Also

Creates a new style from the specified definition.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public static Style FromDefinition (
    string representation
)

Visual Basic

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