Click or drag to resize

SkinDependentItemTItem Structure

Represents a skin dependent item.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public struct SkinDependentItem<TItem>

Type Parameters

TItem
The type of an item.

The SkinDependentItemTItem type exposes the following members.

Constructors
  NameDescription
Public methodSkinDependentItemTItem
Initializes a new instance of the SkinDependentItemTItem struct.
Top
Properties
  NameDescription
Public propertyCurrent
Gets an item for the current skin.
Public propertyDark
Gets an item for the dark (pro) skin.
Public propertyLight
Gets an item for the light skin.
Top
Methods
  NameDescription
Public methodGet
Gets an item for the specified skin.
Top
See Also