Blazor

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

    Show / Hide Table of Contents

    Class SvgCircle

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

    Constructors

    SvgCircle()

    Declaration
    public SvgCircle()

    Properties

    Cx

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

    Cy

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

    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

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    R

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

    Stroke

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

    StrokeDashArray

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

    StrokeWidth

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Visibility

    Declaration
    public string Visibility { 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