Struct dioxus_html::circle
source · pub struct circle;
Expand description
Build a
<circle>
element.
Implementations§
Trait Implementations§
source§impl SvgAttributes for circle
impl SvgAttributes for circle
source§const prevent_default: AttributeDiscription = _
const prevent_default: AttributeDiscription = _
Prevent the default action for this element. Read more