LedType Enum
Specifies the types of led shapes supported by Led.
public enum LedType
Fields
| Name | Description |
|---|---|
| ArrowDown | Indicates an arrow led shape that points down. |
| ArrowLeft | Indicates an arrow led shape that points left. |
| ArrowRight | Indicates an arrow led shape that points right. |
| ArrowUp | Indicates an arrow led shape that points up. |
| Circle | Indicates a circle led shape. |
| ClippedRectangle | Indicates a clipped rectangle led shape. |
| CustomGeometry | Indicates the led will be based on a custom geometry. |
| Diamond | Indicates a diamond led shape. |
| Fan | Indicates a fan led shape. |
| Rectangle | Indicates a rectangle led shape. |
| RoundedRectangle | Indicates a rounded rectangle led shape. |
| Semicircular | Indicates a semi-circular led shape. |
| SwordBluntDown | Indicates a sword led shape that points down with a blunt tip. |
| SwordBluntLeft | Indicates a sword led shape that points left with a blunt tip. |
| SwordBluntRight | Indicates a sword led shape that points right with a blunt tip. |
| SwordBluntUp | Indicates a sword led shape that points up with a blunt tip. |
| SwordSharpDown | Indicates a sword led shape that points down with a sharp tip. |
| SwordSharpLeft | Indicates a sword led shape that points left with a sharp tip. |
| SwordSharpRight | Indicates a sword led shape that points right with a sharp tip. |
| SwordSharpUp | Indicates a sword led shape that points up with a sharp tip. |
| TeardropDown | Indicates a tear drop led shape that points down. |
| TeardropLeft | Indicates a tear drop led shape that points left. |
| TeardropRight | Indicates a tear drop led shape that points right. |
| TeardropUp | Indicates a tear drop led shape that points up. |
| TriangleBluntDown | Indicates a triangle led shape that points down with a blunt tip. |
| TriangleBluntLeft | Indicates a triangle led shape that points left with a blunt tip. |
| TriangleBluntRight | Indicates a triangle led shape that points right with a blunt tip. |
| TriangleBluntUp | Indicates a triangle led shape that points up with a blunt tip. |
| TriangleSharpDown | Indicates a triangle led shape that points down with a sharp tip. |
| TriangleSharpLeft | Indicates a triangle led shape that points left with a sharp tip. |
| TriangleSharpRight | Indicates a triangle led shape that points right with a sharp tip. |
| TriangleSharpUp | Indicates a triangle led shape that points up with a sharp tip. |