Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgPath - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgPath

    Inheritance
    System.Object
    SvgClass
    SvgPath
    Inherited Members
    SvgClass.Class
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgPath : SvgClass

    Constructors

    SvgPath()

    Declaration
    public SvgPath()

    Properties

    AccessibilityText

    Declaration
    public string AccessibilityText { get; set; }
    Property Value
    Type Description
    System.String

    ClipPath

    Declaration
    public string ClipPath { get; set; }
    Property Value
    Type Description
    System.String

    Direction

    Declaration
    public string Direction { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    SvgClass.Id

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Stroke

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    StrokeDashArray

    Declaration
    public string StrokeDashArray { get; set; }
    Property Value
    Type Description
    System.String

    StrokeMiterLimit

    Declaration
    public string StrokeMiterLimit { 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

    Transform

    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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved