Class PathOptions
Inheritance
System.Object
PathOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class PathOptions : Object
Constructors
PathOptions()
Declaration
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 |
System.String |
id |
|
System.String |
direction |
|
System.String |
strokeDasharray |
|
System.Double |
strokeWidth |
|
System.String |
stroke |
|
System.Double |
opacity |
|
System.String |
fill |
|
System.String |
strokeMiterLimit |
|
System.String |
clipPath |
|
System.String |
accessText |
|
System.String |
style |
|
System.String |
tabIndex |
|
System.String |
datapoint |
|
System.String |
title |
|
Properties
AccessibilityText
Declaration
public string AccessibilityText { get; set; }
Property Value
ClipPath
Declaration
public string ClipPath { get; set; }
Property Value
DataPoint
Declaration
public string DataPoint { 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 string Id { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Stroke
Declaration
public string Stroke { get; set; }
Property Value
StrokeDashArray
Declaration
public string StrokeDashArray { get; set; }
Property Value
StrokeMiterLimit
Declaration
public string StrokeMiterLimit { 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
Visibility
Declaration
public string Visibility { get; set; }
Property Value