SeparatorTypeEnum
SeparatorTypeEnum enumeration constants are used to specify separator type.
typedef enum {
ST_Unknown,
ST_Solid,
ST_Dotted
}SeparatorTypeEnum;
Elements
| Name | Description |
|---|---|
| ST_Dotted | The separator is a dotted line. |
| ST_Solid | The separator is a solid line. |
| ST_Unknown | The separator type is undefined. |
Used in
9/17/2024 3:14:41 PM