Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > BlockSvg > estilo
Propiedad BlockSvg.style
Signature:
style: BlockStyle;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-22 (UTC)
[null,null,["Última actualización: 2024-08-22 (UTC)"],[[["`BlockSvg.style` is a property that holds the visual style information for a block, determining its appearance."],["The style is an instance of the `Blockly.BlockStyle` class, which contains various style properties like colors, borders, and shadows."]]],["The `BlockSvg.style` property, of type `BlockStyle`, is defined within the Blockly library. It's accessible through the `BlockSvg` class and is located in the `blockly.blocksvg_class.style_property.md` file. This property dictates the visual styling of a block within the Blockly environment, using the `BlockStyle` object to define those style elements.\n"]]