TabPage::FixPoint Enum
The fix point of the tab page during resizing.
enum FixPoint
{
CenterPoint = DG_CENTER,
TopLeft = DG_TOPLEFT,
CenterLeft = DG_CENTERLEFT,
BottomLeft = DG_BOTTOMLEFT,
BottomCenter = DG_BOTTOMCENTER,
BottomRight = DG_BOTTOMRIGHT,
CenterRight = DG_CENTERRIGHT,
TopRight = DG_TOPRIGHT,
TopCenter = DG_TOPCENTER
};
Value Definitions
- CenterPoint
-
The fix point is the center point.
- TopLeft
-
The fix point is the top-left point.
- CenterLeft
-
The fix point is the center-left point.
- BottomLeft
-
The fix point is the bottom-left point.
- BottomCenter
-
The fix point is the bottom-center point.
- BottomRight
-
The fix point is the bottom-right point.
- CenterRight
-
The fix point is the center-right point.
- TopRight
-
The fix point is the top-right point.
- TopCenter
-
The fix point is the top-center point.