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