LabelAppearance
-
class
cee.mrk.
LabelAppearance
() Appearance settings for text labels
Accessors
Methods
Accessors
-
LabelAppearance.
backgroundColor
() Color of the filled background
Return type: Color3Like
-
LabelAppearance.
backgroundColor
(clr) Arguments: - clr (
Color3Like
) – None
Return type: void
- clr (
-
LabelAppearance.
backgroundVisible
() Flag that determines if the filled background of the labels should be drawn or not.
Return type: boolean
-
LabelAppearance.
backgroundVisible
(visible) Arguments: - visible (
boolean
) – None
Return type: void
- visible (
-
LabelAppearance.
borderColor
() Color of the label border
Return type: Color3Like
-
LabelAppearance.
borderColor
(clr) Arguments: - clr (
Color3Like
) – None
Return type: void
- clr (
-
LabelAppearance.
borderVisible
() Flag that determines if border around the labels should be drawn or not.
Return type: boolean
-
LabelAppearance.
borderVisible
(visible) Arguments: - visible (
boolean
) – None
Return type: void
- visible (
-
LabelAppearance.
borderWidth
() Width of the label border in pixels
Return type: number
-
LabelAppearance.
borderWidth
(width) Arguments: - width (
number
) – None
Return type: void
- width (
-
LabelAppearance.
cornerRadius
() Radius, in pixels, of rounded corners.
Setting a value of 0 disables rounded corners. Default 0
Return type: number
-
LabelAppearance.
cornerRadius
(radiusInPixels) Arguments: - radiusInPixels (
number
) – None
Return type: void
- radiusInPixels (
-
LabelAppearance.
fontFamily
() Font family
Corresponds to the CSS font-family property
Return type: string
-
LabelAppearance.
fontFamily
(family) Arguments: - family (
string
) – None
Return type: void
- family (
-
LabelAppearance.
fontSize
() Font size in pixels
Return type: number
-
LabelAppearance.
fontSize
(sizeInPixels) Arguments: - sizeInPixels (
number
) – None
Return type: void
- sizeInPixels (
-
LabelAppearance.
fontStyle
() Corresponds to the CSS font-style property
Return type: unknown | unknown | unknown
-
LabelAppearance.
fontStyle
(style) Arguments: - style (
unknown | unknown | unknown
) – None
Return type: void
- style (
-
LabelAppearance.
fontVariant
() Corresponds to the CSS font-variant property
Return type: unknown | unknown
-
LabelAppearance.
fontVariant
(variant) Arguments: - variant (
unknown | unknown
) – None
Return type: void
- variant (
-
LabelAppearance.
fontWeight
() Corresponds to the CSS font-weight property
Return type: unknown | unknown | unknown | unknown
-
LabelAppearance.
fontWeight
(weight) Arguments: - weight (
unknown | unknown | unknown | unknown
) – None
Return type: void
- weight (
-
LabelAppearance.
opacity
() The opacity of the label.
Setting the opacity will influence the label background and the border, but will not affect the actual label text. Opacity 1.0 is fully opaque, 0.0 if fully transparent (invisible).
Return type: number
-
LabelAppearance.
opacity
(opacity) Arguments: - opacity (
number
) – None
Return type: void
- opacity (