Gets or sets the license key of the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public string LicenseKey { get; set; } |
Visual Basic Copy Code |
---|
Public Property LicenseKey As String |
A string containing the license key.
Set this property to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one Diagram instance or other controls by MindFusion, you could call the MindFusion.Licensing.LicenseManager.AddLicense method to specify the key once instead of setting it per each control.