Class CornerRadiusModel
Interface for a class CornerRadius
Inheritance
System.Object
CornerRadiusModel
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class CornerRadiusModel : Object
Constructors
CornerRadiusModel()
Declaration
public CornerRadiusModel()
Properties
BottomLeft
Allows to set the bottom left corner radius value
Declaration
public int BottomLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BottomRight
Allows to set the bottom right corner radius value
Declaration
public int BottomRight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TopLeft
Allows to set the top left corner radius value
Declaration
public int TopLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TopRight
Allows to set the top right corner radius value
Declaration
public int TopRight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |