Class RectOptions
Inheritance
System.Object
RectOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class RectOptions : Object
Constructors
RectOptions()
Declaration
RectOptions(String, Double, Double, Double, Double, Double, String, String, Double, Double, Double, String, String, String, String, String, String)
Declaration
public RectOptions(string id, double x, double y, double width, double height, double strokeWidth, string stroke, string fill, double rx = 0, double ry = 0, double opacity = 1, string visibility = "", string style = "", string filter = "", string tabIndex = "", string ariaHidden = "true", string title = "Rect Element")
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.Double |
x |
|
System.Double |
y |
|
System.Double |
width |
|
System.Double |
height |
|
System.Double |
strokeWidth |
|
System.String |
stroke |
|
System.String |
fill |
|
System.Double |
rx |
|
System.Double |
ry |
|
System.Double |
opacity |
|
System.String |
visibility |
|
System.String |
style |
|
System.String |
filter |
|
System.String |
tabIndex |
|
System.String |
ariaHidden |
|
System.String |
title |
|
Properties
AriaHidden
Declaration
public string AriaHidden { get; set; }
Property Value
DashArray
Declaration
public string DashArray { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Filter
Declaration
public string Filter { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Rx
Declaration
public double Rx { get; set; }
Property Value
Ry
Declaration
public double Ry { get; set; }
Property Value
Stroke
Declaration
public string Stroke { get; set; }
Property Value
StrokeWidth
Declaration
public double StrokeWidth { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
TabIndex
Declaration
public string TabIndex { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Declaration
public string Transform { get; set; }
Property Value
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value