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