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
Type |
Description |
System.Double |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
PatternUnits
Declaration
public string PatternUnits { get; set; }
Property Value
Type |
Description |
System.String |
|
ShapeOptions
Declaration
public List<object> ShapeOptions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|