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. |
typedef enum {
ST_Unknown,
ST_Solid,
ST_Dotted
}SeparatorTypeEnum;
| 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. |
Was this page helpful?