Class EllipseOptions
Inheritance
System.Object
EllipseOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class EllipseOptions : Object
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 string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Rx
Declaration
public string Rx { get; set; }
Property Value
Type |
Description |
System.String |
|
Ry
Declaration
public string Ry { 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 |
|