Enum SizingPoint
Specifies the sizing point used to resize an object by mouse.
Namespace: FastReport.Utils
Assembly: FastReport.dll
Syntax
public enum SizingPoint
Fields
Name | Description |
---|---|
BottomCenter | Specifies bottom-center sizing point. |
LeftBottom | Specifies left-bottom sizing point. |
LeftCenter | Specifies left-center sizing point. |
LeftTop | Specifies left-top sizing point. |
None | No sizing point. |
RightBottom | Specifies right-bottom sizing point. |
RightCenter | Specifies right-center sizing point. |
RightTop | Specifies right-top sizing point. |
TopCenter | Specifies top-center sizing point. |