Click or drag to resize

SkinDependentItemTItem Constructor

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public SkinDependentItem(
	[NotNullAttribute] TItem light,
	[NotNullAttribute] TItem dark
)

Parameters

light
Type: TItem
The item for the light skin.
dark
Type: TItem
The item for the dark (pro) skin.
See Also