Search
Theme.UnregisterStyle Method
See Also
 





Unregisters the Style object associated with the specified type.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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