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





Registers the specified Style object for the items of the specified type.

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

 Syntax

C#  Copy Code

public void RegisterStyle (
    Type type,
    Style style
)

Visual Basic  Copy Code

Public Sub RegisterStyle( _
    type As Type, _
    style As Style _
)

 Parameters

type

The runtime type to register.

style

The style to associate with the specified type. The previously associated style, if any, is discarded.

 See Also

Theme Members
Theme Class
MindFusion.Diagramming.Wpf Namespace