BlackSeparatorTypeEnum
BlackSeparatorTypeEnum enumeration constants are used to designate the type of separator.
typedef enum {
BST_Solid,
BST_Dotted,
BST_White
} BlackSeparatorTypeEnum;
Elements
Name | Description |
---|---|
BST_Solid | Solid separator. |
BST_Dotted | Dotted separator. |
BST_White | White separator. |
Used in
15.08.2023 13:19:30