Class Svg3DPath
  
  
  
  
    Inheritance
    System.Object
    
    Svg3DPath
   
  
  
  Assembly: Syncfusion.Blazor.dll
  Syntax
  
    public class Svg3DPath : SvgClass
   
  Constructors
  
  
  
  
  Svg3DPath()
  
  
  Declaration
  
  Properties
  
  
  
  
  AccessibilityText
  
  
  Declaration
  
    public string AccessibilityText { get; set; }
   
  Property Value
  
  
  
  
  AriaHidden
  
  
  Declaration
  
    public string AriaHidden { get; set; }
   
  Property Value
  
  
  
  
  ClipPath
  
  
  Declaration
  
    public string ClipPath { get; set; }
   
  Property Value
  
  
  
  
  Direction
  
  
  Declaration
  
    public string Direction { get; set; }
   
  Property Value
  
  
  
  
  Fill
  
  
  Declaration
  
    public string Fill { get; set; }
   
  Property Value
  
  
  
  
  Id
  
  
  Declaration
  
    public override string Id { get; set; }
   
  Property Value
  
  Overrides
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  
  
  Opacity
  
  
  Declaration
  
    public double Opacity { get; set; }
   
  Property Value
  
  
  
  
  Role
  
  
  Declaration
  
    public string Role { 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
  
  Methods
  
  
  
  
  BuildRenderTree(RenderTreeBuilder)
  
  
  Declaration
  
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | 
        __builder | 
         |