ImageEn, unit imageenview |
|
TImageEnView.GetLayersGripStyle
Declaration
procedure GetLayersGripStyle(var GripColor1: TColor; var GripColor2: TColor; var GripBrushStyle: TBrushStyle; var GripSize: integer; var ExtendedGrips: boolean; var Shape: TIEGripShape); overload;
function GetLayersGripStyle(): TIEGripStyle; overload;
Description
Returns properties for the appearance of layer grips.
Parameter | Description |
GripColor1 | Grip border color (Default: clBlack) |
GripColor2 | Grip brush color (Default: $9DF5FF - Pale Yellow) |
GripBrushStyle | Grip Brush style (Default: bsSolid) |
GripSize | Radius of the grip in pixels (Default: 5) |
Shape | Shape of grip (Default: iegsCircle) |
Use
SetLayersGripStyle to set current values.
See Also
◼SelColor1◼SelColor2