Class CornerRadius
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CornerRadius : EJTagHelper
Constructors
CornerRadius()
Declaration
public CornerRadius()
Properties
BottomLeft
Gets or sets the bottomLeft value of the corner radius, which provides an option to customize the bottom left corner radius.
Declaration
[JsonProperty("bottomLeft")]
public double BottomLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Bottom left value of the corner radius
BottomRight
Gets or sets the bottomRight value of the corner radius, which provides an option to customize the right bottom corner radius.
Declaration
[JsonProperty("bottomRight")]
public double BottomRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Bottom right value of the corner radius
TopLeft
Gets or sets the topLeft value of the corner radius, which provides an option to customize the top left corner radius.
Declaration
[JsonProperty("topLeft")]
public double TopLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Top left value of the corner radius
TopRight
Gets or sets the topRight value of the corner radius, which provides an option to customize the top right corner radius.
Declaration
[JsonProperty("topRight")]
public double TopRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Top right value of the corner radius