Component type.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public ComponentType ComponentType { get; }
Visual Basic
Public ReadOnly Property ComponentType As ComponentType
	Get
Visual C++
public:
property ComponentType ComponentType {
	ComponentType get ();
}
F#
member ComponentType : ComponentType with get

Property Value

Type: ComponentType

Exceptions

See Also