Description

그리드 배경이미지에 대한 설정 모델이다.

Properties

imageUrl
Type: String
Default: null
배경이미지의 경로를 지정한다.
ex) “{Y} Year”

alpha
Type: Number Default: 0.4
배경이미지의 alpha값을 지정한다.

location
Type: BackgroundImageLocation
Default: BackgroundImageLocation.CENTER
그리드내에 표시되는 배경이미지의 위치를 지정한다.

padding
Type: Number
Default: 0
배경이미지의 padding 값을 설정한다.

paddingTop
Type: Number
Default: 0
배경이미지의 paddingTop 값을 설정한다.

paddingBottom
Type: Number
Default: 0
배경이미지의 paddingBottom 값을 설정한다.

paddingLeft
Type: Number
Default: 0
배경이미지의 paddingLeft 값을 설정한다.

paddingRight
Type: Number
Default: 0
배경이미지의 paddingRight 값을 설정한다.

Examples

  gridView.setOptions({
    backgroundImage:{
      imageUrl:"./image/realgrid.jpg", 
      alpha:0.2, 
      location:"center", 
      padding:2
    }
  })