Gets the string representation of this Style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string Definition { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Definition As String |
A string value, which represents the current style.
RemarksThe string representation can be used in the FromDefinition method to recreate the style later.
See Also