Class CornerRadiusBuilder
Inheritance
System.Object
CornerRadiusBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class CornerRadiusBuilder
Constructors
CornerRadiusBuilder(CornerRadius)
Declaration
public CornerRadiusBuilder(CornerRadius cornerRadius)
Parameters
Type | Name | Description |
---|---|---|
CornerRadius | cornerRadius |
Methods
BottomLeft(Double)
Declaration
public CornerRadiusBuilder BottomLeft(double BottomLeft)
Parameters
Type | Name | Description |
---|---|---|
System.Double | BottomLeft |
Returns
Type | Description |
---|---|
CornerRadiusBuilder |
BottomRight(Double)
Declaration
public CornerRadiusBuilder BottomRight(double BottomRight)
Parameters
Type | Name | Description |
---|---|---|
System.Double | BottomRight |
Returns
Type | Description |
---|---|
CornerRadiusBuilder |
TopLeft(Double)
Declaration
public CornerRadiusBuilder TopLeft(double TopLeft)
Parameters
Type | Name | Description |
---|---|---|
System.Double | TopLeft |
Returns
Type | Description |
---|---|
CornerRadiusBuilder |
TopRight(Double)
Declaration
public CornerRadiusBuilder TopRight(double TopRight)
Parameters
Type | Name | Description |
---|---|---|
System.Double | TopRight |
Returns
Type | Description |
---|---|
CornerRadiusBuilder |