TdxSpreadSheetSizingMarker Enum
In This Article
Enumerates the sizing handles used to resize floating container objects.
#Declaration
Delphi
TdxSpreadSheetSizingMarker = (
smLeft,
smTopLeft,
smTop,
smTopRight,
smRight,
smBottomRight,
smBottom,
smBottomLeft
);
#Members
Name |
---|
sm
|
sm
|
sm
|
sm
|
sm
|
sm
|
sm
|
sm
|
#Remarks
Options include:
Value | Sizing Handle Location |
---|---|
sm |
The sizing handle in the middle of the floating container’s left border. |
sm |
The sizing handle is at the top left corner of the floating container object. |
sm |
The sizing handle is in the middle of the floating container’s top border. |
sm |
The sizing handle is at the top right corner of the floating container object. |
sm |
The sizing handle is in the middle of the floating container’s right border. |
sm |
The sizing handle is at the bottom right corner of the floating container object. |
sm |
The sizing handle is in the middle of the floating container’s bottom border. |
sm |
The sizing handle is at the bottom left corner of the floating container object. |
See Also