Class SvgRect
Inheritance
System.Object
SvgRect
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgRect : SvgClass
Constructors
SvgRect()
Declaration
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 override string Id { get; set; }
Property Value
Overrides
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
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 |
|