BlackSeparatorDirectionEnum
BlackSeparatorDirectionEnum enumeration constants specify the available types of direction for a black separator.
typedef enum {
BSD_Vertical,
BSD_Horizontal
} BlackSeparatorDirectionEnum;
Elements
Name | Description |
---|---|
BSD_Vertical | Vertical separator. |
BSD_Horizontal | Horizontal separator. |
Used in
8/15/2023 1:19:30 PM