Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CornerRadiusModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved