Class CornerRadiusModel
Interface for a class CornerRadius
Inheritance
System.Object
CornerRadiusModel
Implements
System.IEquatable<CornerRadiusModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class CornerRadiusModel : Object, IEquatable<CornerRadiusModel>
Constructors
CornerRadiusModel()
Declaration
public CornerRadiusModel()
Properties
BottomLeft
Specifies the bottom left corner radius value
Declaration
public double BottomLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BottomRight
Specifies the bottom right corner radius value
Declaration
public double BottomRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TopLeft
Specifies the top left corner radius value
Declaration
public double TopLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TopRight
Specifies the top right corner radius value
Declaration
public double TopRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(CornerRadiusModel)
Returns a boolean by comparing with cornerRadiusModel
Declaration
public bool Equals(CornerRadiusModel cornerRadiusModel)
Parameters
Type | Name | Description |
---|---|---|
CornerRadiusModel | cornerRadiusModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>