FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / CornerRadius Structure / CornerRadius Constructor / CornerRadius Constructor(Double,Double,Double,Double,Double,Double,Double,Double)
The value of TopLeftX property.
The value of TopLeftY property.
The value of TopRightX property.
The value of TopRightY property.
The value of BottomLeftX property.
The value of BottomLeftY property.
The value of BottomRightX property.
The value of BottomRightY property.

In This Topic
    CornerRadius Constructor(Double,Double,Double,Double,Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the CornerRadius structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal topLeftX As Double, _
       ByVal topLeftY As Double, _
       ByVal topRightX As Double, _
       ByVal topRightY As Double, _
       ByVal bottomLeftX As Double, _
       ByVal bottomLeftY As Double, _
       ByVal bottomRightX As Double, _
       ByVal bottomRightY As Double _
    )
    public CornerRadius( 
       double topLeftX,
       double topLeftY,
       double topRightX,
       double topRightY,
       double bottomLeftX,
       double bottomLeftY,
       double bottomRightX,
       double bottomRightY
    )

    Parameters

    topLeftX
    The value of TopLeftX property.
    topLeftY
    The value of TopLeftY property.
    topRightX
    The value of TopRightX property.
    topRightY
    The value of TopRightY property.
    bottomLeftX
    The value of BottomLeftX property.
    bottomLeftY
    The value of BottomLeftY property.
    bottomRightX
    The value of BottomRightX property.
    bottomRightY
    The value of BottomRightY property.
    See Also