StrokeLineCap Enumeration |
The type the stroke line cap is.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum StrokeLineCap
Public Enumeration StrokeLineCap
public enum class StrokeLineCap
Members|
| Member name | Value | Description |
|---|
| Butt | 0 |
A butt cap.
|
| Round | 1 |
A round cap.
|
| Square | 2 |
A square cap.
|
See Also