New to Telerik UI for WPFStart a free 30-day trial

Contains options for Hazardous materials.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Flags]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum HazardousMaterial

Fields

Combustible.

C#
Combustible = 1

Corrosive.

C#
Corrosive = 2

Explosive.

C#
Explosive = 4

Flammable.

C#
Flammable = 8

Flammable solid.

C#
FlammableSolid = 16

Gas.

C#
Gas = 32

Goods harmful to water.

C#
GoodsHarmfulToWater = 64

None.

C#
None = 0

Organic.

C#
Organic = 128

Other.

C#
Other = 256

Poison.

C#
Poison = 512

Poisonous when inhaled.

C#
PoisonousInhalation = 1024

Radioactive.

C#
Radioactive = 2048