Table of Contents

Class Rect

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class Rect.

public class Rect
Inheritance
Rect
Inherited Members

Constructors

Rect()

public Rect()

Properties

Bottom

Gets or sets the bottom.

public double Bottom { get; set; }

Property Value

double

The bottom.

Height

Gets or sets the height.

public double Height { get; set; }

Property Value

double

The height.

Left

Gets or sets the left.

public double Left { get; set; }

Property Value

double

The left.

Right

Gets or sets the right.

public double Right { get; set; }

Property Value

double

The right.

Top

Gets or sets the top.

public double Top { get; set; }

Property Value

double

The top.

Width

Gets or sets the width.

public double Width { get; set; }

Property Value

double

The width.