menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgLine - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgLine

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

    Constructors

    SvgLine()

    Declaration
    public SvgLine()

    Properties

    AccessibilityText

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

    Id

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

    Opacity

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

    Stroke

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

    StrokeWidth

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

    X1

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

    X2

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

    Y1

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

    Y2

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

    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 - 2025 Syncfusion Inc. All Rights Reserved