MindFusion.Wpf Pack Programmer's Guide
DiagramBase.LicenseKey Property
See Also
 





Gets or sets the license key of the control.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string LicenseKey { get; set; }

Visual Basic  Copy Code

Public Property LicenseKey As String

 Property Value

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 MindFusion.Licensing.LicenseManager.AddLicense(key) from application start-up code to specify the key once instead of setting it per each control. License key strings are listed on the Keys & Downloads page at MindFusion's customer portal.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace