Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgPolygon - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgPolygon

    Inheritance
    System.Object
    SvgClass
    SvgPolygon
    Inherited Members
    SvgClass.Class
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgPolygon : SvgClass

    Constructors

    SvgPolygon()

    Declaration
    public SvgPolygon()

    Properties

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    SvgClass.Id

    points

    Declaration
    public string points { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved