styledSvgPath
Create a styled SVGPath.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
Add a styled SVGPath to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledSvgPath(vararg styleClass: String, id: String? = null, configuration: SVGPath.() -> Unit): SVGPath
Create a styled SVGPath with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledSvgPath(vararg styleClass: String, id: String? = null, configuration: SVGPath.() -> Unit): SVGPath
Add a styled SVGPath with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.