Skip to main content
SeparatorTypeEnum enumeration constants are used to specify separator type.
typedef enum {
 ST_Unknown,
 ST_Solid,
 ST_Dotted
}SeparatorTypeEnum;

Elements

NameDescription
ST\_DottedThe separator is a dotted line.
ST\_SolidThe separator is a solid line.
ST\_UnknownThe separator type is undefined.

Used in

ISeparatorBlock::SeparatorType