Blazor

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

    Show / Hide Table of Contents

    Class SvgRect

    Inheritance
    System.Object
    SvgClass
    SvgRect
    Inherited Members
    SvgClass.Class
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgRect : SvgClass

    Constructors

    SvgRect()

    Declaration
    public SvgRect()

    Properties

    DashArray

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    Filter

    Declaration
    public string Filter { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Id

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    SvgClass.Id

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Rx

    Declaration
    public double Rx { get; set; }
    Property Value
    Type Description
    System.Double

    Ry

    Declaration
    public double Ry { get; set; }
    Property Value
    Type Description
    System.Double

    Stroke

    Declaration
    public string Stroke { 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

    Transform

    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

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y { 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

    ChangeFill(String)

    Declaration
    public void ChangeFill(string color)
    Parameters
    Type Name Description
    System.String color

    ChangeStyle(String)

    Declaration
    public void ChangeStyle(string style)
    Parameters
    Type Name Description
    System.String style

    ChangeWidth(Double)

    Declaration
    public void ChangeWidth(double width)
    Parameters
    Type Name Description
    System.Double width

    ChangeX(Double)

    Declaration
    public void ChangeX(double x)
    Parameters
    Type Name Description
    System.Double x
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved