Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgPattern - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgPattern

    Inheritance
    System.Object
    SvgPattern
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgPattern : ComponentBase

    Constructors

    SvgPattern()

    Declaration
    public SvgPattern()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved