DrawType specifies the type of line or shape
Member of Static (PRIM_STTC)
Data Type - Enumeration
The DrawType property specifies what is begin drawn.
Enum Value | Description |
---|---|
BarRaised | 3D effect raised |
BarSunken | 3D effect sunken |
DiagonalBoth | Lines joining opposing corners. LineType and LineWidth specify the appearance of the lines |
DiagonalLeftToRight | Line top left to bottom right. LineType and LineWidth specify the appearance of the line |
DiagonalRightToLeft | Line bottom left to top right. LineType and LineWidth specify the appearance of the line |
Ellipse | Ellipse or circle filling the control |
FrameIndentedEdge | Indented frame. FrameHeightBottom, FrameWidthLeft, FrameWidthRight and FrameHeightTop control the size |
FrameRaised | Raised frame. FrameHeightBottom, FrameWidthLeft, FrameWidthRight and FrameHeightTop control the size |
LineHorizontal | Horizontal line. LineType and LineWidth specify the appearance of the line |
LineHorizontalEdge | Horizontal line with edging. LineType and LineWidth specify the appearance of the line |
LineVertical | Vertical line. LineType and LineWidth specify the appearance of the line |
LineVerticalEdge | Vertical line with edging. LineType and LineWidth specify the appearance of the line |
Rectangle | Simple rectangle. LineWidth controls the thickness of the line |
RectangleEdge | Rectangle with edging. LineWidth controls the thickness of the line |
TriangleDown | Triangle pointing down. LineType and LineWidth specify the appearance of the line |
TriangleLeft | Triangle pointing left. LineType and LineWidth specify the appearance of the line |
TriangleRight | Triangle pointing right. LineType and LineWidth specify the appearance of the line |
TriangleUp | Triangle pointing up. LineType and LineWidth specify the appearance of the line |
Febuary 18 V14SP2