Class SvgPolygon
Inheritance
System.Object
SvgPolygon
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgPolygon : SvgClass
Constructors
SvgPolygon()
Declaration
Properties
Fill
Declaration
public string Fill { get; set; }
Property Value
Id
Declaration
public override string Id { get; set; }
Property Value
Overrides
points
Declaration
public string points { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|