Search
Diagram.RegisterDefaultStyle Method
See Also
 





Registers a default style for the objects of the specified type.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void RegisterDefaultStyle (
    Type type,
    Style style
)

Visual Basic  Copy Code

Public Shared Sub RegisterDefaultStyle( _
    type As Type, _
    style As Style _
)

 Parameters

type

A System.Type specifying the type of diagram items to which the style applies.

style

The Style to apply to the specified type of items.

 See Also