Class SvgImage
Inheritance
System.Object
SvgImage
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgImage : ComponentBase
Constructors
SvgImage()
Declaration
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
PreserveAspectRatio
Declaration
public string PreserveAspectRatio { 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 |
|