alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PathOptions

    Inheritance
    object
    PathOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PathOptions

    Constructors

    PathOptions()

    Declaration
    public PathOptions()

    PathOptions(string, string, string, double, string, double, string, string, string, string, string, string, string, string)

    Declaration
    public PathOptions(string id, string direction, string strokeDasharray, double strokeWidth, string stroke, double opacity = 1, string fill = "none", string strokeMiterLimit = "", string clipPath = "", string accessText = "", string style = "", string tabIndex = "", string datapoint = "", string title = "Path Element")
    Parameters
    Type Name Description
    string id
    string direction
    string strokeDasharray
    double strokeWidth
    string stroke
    double opacity
    string fill
    string strokeMiterLimit
    string clipPath
    string accessText
    string style
    string tabIndex
    string datapoint
    string title

    Properties

    AccessibilityText

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

    ClipPath

    Declaration
    public string ClipPath { get; set; }
    Property Value
    Type
    string

    DataPoint

    Declaration
    public string DataPoint { get; set; }
    Property Value
    Type
    string

    Direction

    Declaration
    public string Direction { get; set; }
    Property Value
    Type
    string

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    Opacity

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

    Stroke

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

    StrokeDashArray

    Declaration
    public string StrokeDashArray { get; set; }
    Property Value
    Type
    string

    StrokeMiterLimit

    Declaration
    public string StrokeMiterLimit { get; set; }
    Property Value
    Type
    string

    StrokeWidth

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

    Style

    Declaration
    public string Style { get; set; }
    Property Value
    Type
    string

    TabIndex

    Declaration
    public string TabIndex { get; set; }
    Property Value
    Type
    string

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    string

    Visibility

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved