Blazor

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

    Show / Hide Table of Contents

    Class RectOptions

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

    Constructors

    RectOptions()

    Declaration
    public RectOptions()

    RectOptions(String, Double, Double, Double, Double, Double, String, String, Double, Double, Double, String, String, String, String)

    Declaration
    public RectOptions(string id, double x, double y, double width, double height, double strokeWidth, string stroke, string fill, double rx = 0, double ry = 0, double opacity = 1, string visibility = "", string style = "", string filter = "", string tabIndex = "")
    Parameters
    Type Name Description
    System.String id
    System.Double x
    System.Double y
    System.Double width
    System.Double height
    System.Double strokeWidth
    System.String stroke
    System.String fill
    System.Double rx
    System.Double ry
    System.Double opacity
    System.String visibility
    System.String style
    System.String filter
    System.String tabIndex

    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 string Id { get; set; }
    Property Value
    Type Description
    System.String

    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

    TabIndex

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