Class SvgPolygon
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgPolygon : SvgClass, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SvgPolygon()
Declaration
Properties
Fill
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
Id
Declaration
[Parameter]
public override string Id { get; set; }
Property Value
Overrides
points
Declaration
[Parameter]
public string points { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements