Class SvgEllipse
Inheritance
System.Object
SvgEllipse
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgEllipse : SvgClass
Constructors
SvgEllipse()
Declaration
Properties
AccessibilityText
Declaration
public string AccessibilityText { get; set; }
Property Value
Cx
Declaration
public string Cx { get; set; }
Property Value
Cy
Declaration
public string Cy { get; set; }
Property Value
DataPoint
Declaration
public string DataPoint { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Id
Declaration
public override string Id { get; set; }
Property Value
Overrides
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Rx
Declaration
public string Rx { get; set; }
Property Value
Ry
Declaration
public string Ry { get; set; }
Property Value
Stroke
Declaration
public string Stroke { get; set; }
Property Value
StrokeDashArray
Declaration
public string StrokeDashArray { get; set; }
Property Value
StrokeWidth
Declaration
public double StrokeWidth { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|