Image::FrameType Enum
enum FrameType
{
NoFrame = DG_FT_NONE,
StaticFrame = DG_FT_STATIC,
ClientFrame = DG_FT_CLIENT,
ModalFrame = DG_FT_MODAL
};
Value Definitions
- NoFrame
The image is drawn without frame. - StaticFrame
The image has thin three-dimensional border with a sunken edge. - ClientFrame
The image has thick three-dimensional border with a sunken edge. - ModalFrame
The image has thick three-dimensional border with a raised edge.