[]
Specifies the shape of a bar, such as a task bar or progress bar.
public enum BarShape
| Name | Description |
|---|---|
| BottomBar | Displays a medium-sized bar at the bottom. |
| BottomLine | Displays a thin line at the bottom. |
| Frame | Displays a frame. |
| HalfFrame | Displays a frame at the top part. |
| MiddleBar | Displays a thin bar at the center. |
| MiddleLine | Displays a thin line at the center. |
| None | Hide the bar. |
| ThickBar | Displays a thick (full) bar. |
| TopBar | Displays a medium-sized bar at the top. |
| TopLine | Displays a thin line at the top. |