@companion-module/base
Preparing search index...
ButtonGraphicsTextElement
Interface ButtonGraphicsTextElement
interface
ButtonGraphicsTextElement
{
color
?:
CompanionGraphicsElementValue
<
number
>
;
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
font
?:
CompanionGraphicsElementValue
<
ButtonGraphicsFontFamily
>
;
fontsize
?:
CompanionGraphicsElementValue
<
number
>
;
fontsizeAllowShrink
?:
CompanionGraphicsElementValue
<
boolean
>
;
halign
?:
CompanionGraphicsElementValue
<
HorizontalAlignment
>
;
height
?:
CompanionGraphicsElementValue
<
number
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
outlineColor
?:
CompanionGraphicsElementValue
<
number
>
;
rotation
?:
CompanionGraphicsElementValue
<
number
>
;
text
:
CompanionGraphicsElementValue
<
string
>
;
type
:
"text"
;
valign
?:
CompanionGraphicsElementValue
<
VerticalAlignment
>
;
width
?:
CompanionGraphicsElementValue
<
number
>
;
x
?:
CompanionGraphicsElementValue
<
number
>
;
y
?:
CompanionGraphicsElementValue
<
number
>
;
}
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsDrawBounds
ButtonGraphicsTextElement
Index
Properties
color?
enabled?
font?
fontsize?
fontsize
Allow
Shrink?
halign?
height?
id?
name?
opacity?
outline
Color?
rotation?
text
type
valign?
width?
x?
y?
Properties
Optional
color
color
?:
CompanionGraphicsElementValue
<
number
>
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
font
font
?:
CompanionGraphicsElementValue
<
ButtonGraphicsFontFamily
>
Optional
fontsize
fontsize
?:
CompanionGraphicsElementValue
<
number
>
Optional
fontsize
Allow
Shrink
fontsizeAllowShrink
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
halign
halign
?:
CompanionGraphicsElementValue
<
HorizontalAlignment
>
Optional
height
height
?:
CompanionGraphicsElementValue
<
number
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
opacity
opacity
?:
CompanionGraphicsElementValue
<
number
>
Optional
outline
Color
outlineColor
?:
CompanionGraphicsElementValue
<
number
>
Optional
rotation
rotation
?:
CompanionGraphicsElementValue
<
number
>
text
text
:
CompanionGraphicsElementValue
<
string
>
type
type
:
"text"
Optional
valign
valign
?:
CompanionGraphicsElementValue
<
VerticalAlignment
>
Optional
width
width
?:
CompanionGraphicsElementValue
<
number
>
Optional
x
x
?:
CompanionGraphicsElementValue
<
number
>
Optional
y
y
?:
CompanionGraphicsElementValue
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
enabled
font
fontsize
fontsize
Allow
Shrink
halign
height
id
name
opacity
outline
Color
rotation
text
type
valign
width
x
y
@companion-module/base
Loading...