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
17.09.2024 15:14:41