Property | Type | Description | |
---|---|---|---|
$lazarusClass | string | The lazarus class as string |
Method | Description | |
---|---|---|
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 | ||
return | String |
public getBorderColor ( ) : String | ||
return | String |
public setBackgroundColor ( string $color ) : self | ||
$color | string | Color '#123456' |
return | self |
public setBorderColor ( string $color ) : self | ||
$color | string | Color '#123456' |
return | self |
protected string $lazarusClass | ||
return | string |