MindFusion.Wpf Pack Programmer's Guide
DiagramView.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

A string value.

 Remarks

Set this property to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one DiagramView 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

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace