ImageEn, unit iemview

TImageEnMView.SelectionWidth

TImageEnMView.SelectionWidth

Declaration

property SelectionWidth: Integer;

Description

Specifies the width (in pixels) of the border around selected frames.

Note:
This value must be less than HorizBorder and VertBorder
You can customize the border width at run-time using OnGetColors
Not used if VisibleSelection = False
If the control does not have focus, the selection can be hidden using HideSelectionOnDefocus

Default: 1

Example

// Use a wide selection border
ImageEnMView1.SelectionWidth := 3;

See Also

SelectionColor
ThumbnailsBorderWidth
SelectedFontColor