Class SvgRect
Inheritance
System.Object
SvgRect
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgRect : SvgClass
Constructors
SvgRect()
Declaration
Properties
DashArray
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Filter
Declaration
public string Filter { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Rx
Declaration
public double Rx { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ry
Declaration
public double Ry { get; set; }
Property Value
Type |
Description |
System.Double |
|
Stroke
Declaration
public string Stroke { get; set; }
Property Value
Type |
Description |
System.String |
|
StrokeWidth
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Style
Declaration
public string Style { get; set; }
Property Value
Type |
Description |
System.String |
|
TabIndex
Declaration
public string TabIndex { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Transform { get; set; }
Property Value
Type |
Description |
System.String |
|
Visibility
Declaration
public string Visibility { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
ChangeFill(String)
Declaration
public void ChangeFill(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
ChangeStyle(String)
Declaration
public void ChangeStyle(string style)
Parameters
Type |
Name |
Description |
System.String |
style |
|
ChangeWidth(Double)
Declaration
public void ChangeWidth(double width)
Parameters
Type |
Name |
Description |
System.Double |
width |
|
ChangeX(Double)
Declaration
public void ChangeX(double x)
Parameters
Type |
Name |
Description |
System.Double |
x |
|