Class SvgPattern
Inheritance
System.Object
SvgPattern
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgPattern : ComponentBase
Constructors
SvgPattern()
Declaration
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
PatternUnits
Declaration
public string PatternUnits { get; set; }
Property Value
ShapeOptions
Declaration
public List<object> ShapeOptions { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Object> |
Width
Declaration
public double Width { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|