Gets a value indicating whether the currently loaded Diagramming for WPF is a professional version of the control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsProEdition { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsProEdition As Boolean |
true if the currently loaded Diagramming for WPF instance is a professional version; otherwise, false.
See Also