JWCaptionEdgeStyle

@objc
public enum JWCaptionEdgeStyle : Int

Constants defining the border style of the caption.

  • No style defined.

    Declaration

    Swift

    case undefined = 1
  • No border.

    Declaration

    Swift

    case none
  • Drop shadow for the border.

    Declaration

    Swift

    case dropshadow
  • Border style is rendered as raised.

    Declaration

    Swift

    case raised
  • Border style is rendered as depressed.

    Declaration

    Swift

    case depressed
  • Border style is rendered as uniform.

    Declaration

    Swift

    case uniform