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
11/7/2025 12:48:30 PM