Search
Theme.RegisterStyle Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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