MindFusion.Wpf Pack Programmer's Guide
Theme.UnregisterStyle Method
See Also
 





Unregisters the Style object associated with the specified type.

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

 Syntax

C#  Copy Code

public void UnregisterStyle (
    Type type
)

Visual Basic  Copy Code

Public Sub UnregisterStyle( _
    type As Type _
)

 Parameters

type

The runtime type to unregister.

 See Also

Theme Members
Theme Class
MindFusion.Diagramming.Wpf Namespace