pixi.js
Website
GitHub
Discord
Preparing search index...
ICanvasStyle
Interface ICanvasStyle
Advanced
Represents the style properties of a canvas element.
interface
ICanvasStyle
{
cursor
?:
string
;
height
?:
string
;
msContentZooming
?:
string
;
msTouchAction
?:
string
;
touchAction
?:
string
;
width
?:
string
;
}
Index
Properties
cursor?
height?
ms
Content
Zooming?
ms
Touch
Action?
touch
Action?
width?
Properties
Optional
cursor
cursor
?:
string
Optional
height
height
?:
string
Optional
ms
Content
Zooming
msContentZooming
?:
string
Optional
ms
Touch
Action
msTouchAction
?:
string
Optional
touch
Action
touchAction
?:
string
Optional
width
width
?:
string
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
cursor
height
ms
Content
Zooming
ms
Touch
Action
touch
Action
width
Website
GitHub
Discord
pixi.js
Loading...
Represents the style properties of a canvas element.