Search
Theme.GetStyle Method
See Also
 





Gets the Style object, if any, associated with the specified type.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Style GetStyle (
    Type type
)

Visual Basic  Copy Code

Public Function GetStyle( _
    type As Type _
) As Style

 Parameters

type

The runtime type whose style to retrieve.

 Return Value

The Style associated with the type, or null.

 See Also