alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RectOptions

    Inheritance
    object
    RectOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RectOptions

    Constructors

    RectOptions()

    Declaration
    public RectOptions()

    RectOptions(string, double, double, double, double, double, string, string, double, double, double, string, string, 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 = "", string ariaHidden = "true", string title = "Rect Element")
    Parameters
    Type Name Description
    string id
    double x
    double y
    double width
    double height
    double strokeWidth
    string stroke
    string fill
    double rx
    double ry
    double opacity
    string visibility
    string style
    string filter
    string tabIndex
    string ariaHidden
    string title

    Properties

    AccessibilityText

    Declaration
    public string AccessibilityText { get; set; }
    Property Value
    Type
    string

    AriaHidden

    Declaration
    public string AriaHidden { get; set; }
    Property Value
    Type
    string

    DashArray

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type
    string

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type
    string

    Filter

    Declaration
    public string Filter { get; set; }
    Property Value
    Type
    string

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    double

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    double

    Rx

    Declaration
    public double Rx { get; set; }
    Property Value
    Type
    double

    Ry

    Declaration
    public double Ry { get; set; }
    Property Value
    Type
    double

    Stroke

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type
    string

    StrokeWidth

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type
    double

    Style

    Declaration
    public string Style { get; set; }
    Property Value
    Type
    string

    TabIndex

    Declaration
    public string TabIndex { get; set; }
    Property Value
    Type
    string

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    string

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type
    string

    Visibility

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type
    string

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    double

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type
    double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type
    double
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved