MindFusion WinForms Programmer's Guide
Style.Definition Property
See Also
 





Gets the string representation of this Style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string Definition { get; }

Visual Basic  Copy Code

Public ReadOnly Property Definition As String

 Property Value

A string value, which represents the current style.

 Remarks

The string representation can be used in the FromDefinition method to recreate the style later.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace