CrImage::Util::BorderStyle
Inherits Enum / Comparable / Value / Object
Border and frame styles for image decoration.
Options:
Solid: Simple solid color borderShadow: Border with drop shadow effectRounded: Border with rounded cornersRoundedShadow: Rounded border with drop shadow
Constants
Solid = 0
Shadow = 1
Rounded = 2
RoundedShadow = 3