Description
Returns or sets the border color of the selected image. It is a value specifying the 24-bit RGB value.
Data type
<int>
Syntax
.SelectionImageBorderColor = 0xffffff;
Remarks
The default value is light blue (0xCEA27D). Please NOTE that the byte-ordering of the 24-bit RGB value is BBGGRR. BB represents blue, GG represents green and RR represents red.