TdxGPPenStyle Enum
Enumerates available visual styles that TdxGPPen lines can have.
#Declaration
TdxGPPenStyle = (
gppsSolid,
gppsDash,
gppsDot,
gppsDashDot,
gppsDashDotDot
);
#Members
Name |
---|
gpps
|
gpps
|
gpps
|
gpps
|
gpps
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
gpps | The solid pen style corresponds to a simple solid line. | |
gpps | The dash pen style corresponds to a simple dashed line. If the line’s Width property value exceeds 1, the dash painting style can be changed by using the Dash | |
gpps | The dot pen style corresponds to a simple dotted line. If the line’s Width property value exceeds 1, the dot painting style can be changed by using the Dash | |
gpps | The dash-dot pen style corresponds to an alternating dash and dot line. This mode combines the | |
gpps | The dash-dot-dot pen style corresponds to the line consisting of the repetitive elements comprising a dash followed by two dots. This mode combines the |
The TdxGPPen class’ Style property references the TdxGPPenStyle type.