프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$lazarusClass | string | The lazarus class as string |
메소드 | 설명 | |
---|---|---|
getBackgroundColor ( ) : String | Get the background color | |
getBorderColor ( ) : String | Get the border color | |
setBackgroundColor ( string $color ) : self | Set the background Color | |
setBorderColor ( string $color ) : self | Set the border Color |
public getBackgroundColor ( ) : String | ||
리턴 | String |
public setBackgroundColor ( string $color ) : self | ||
$color | string | Color '#123456' |
리턴 | self |
public setBorderColor ( string $color ) : self | ||
$color | string | Color '#123456' |
리턴 | self |