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
  
  
  
  
  Href
  
  
  Declaration
  
    public string Href { get; set; }
   
  Property Value
  
  
  
  
  Id
  
  
  Declaration
  
    public string Id { get; set; }
   
  Property Value
  
  
  
  
  PreserveAspectRatio
  
  
  Declaration
  
    public string PreserveAspectRatio { 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 | 
         |