Property | Type | Description | |
---|---|---|---|
$lazarusClass | string | The lazarus class as string |
Method | Description | |
---|---|---|
getFontColor ( ) : String | Get the font color | |
getFontFamily ( ) : String | Get the font family | |
getFontSize ( ) : float | Get the font size | |
getText ( ) : mixed | Get the Label text | |
setFontColor ( string $color ) : self | Set the font Color | |
setFontFamily ( string $family ) : self | Set the font Family | |
setFontSize ( float $size ) : self | Set the font size for label | |
setText ( string $value ) : self | Set the Label text |
public setFontColor ( string $color ) : self | ||
$color | string | Color '#123456' |
return | self |
public setFontFamily ( string $family ) : self | ||
$family | string | Family name (ex: Arial) |
return | self |
public setFontSize ( float $size ) : self | ||
$size | float | |
return | self |
protected string $lazarusClass | ||
return | string |