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





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

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

 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 (Nothing in Visual Basic).

 See Also

Theme Members
Theme Class
MindFusion.Diagramming.Wpf Namespace