Class SvgPath
Inheritance
System.Object
SvgPath
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgPath : SvgClass
Constructors
SvgPath()
Declaration
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
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 |
|
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 |
|